MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_batchqueue_pop

Function vm_batchqueue_pop

freebsd/vm/vm_pagequeue.h:370–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370static inline vm_page_t
371vm_batchqueue_pop(struct vm_batchqueue *bq)
372{
373
374 if (bq->bq_cnt == 0)
375 return (NULL);
376 return (bq->bq_pa[--bq->bq_cnt]);
377}
378
379void vm_domain_set(struct vm_domain *vmd);
380void vm_domain_clear(struct vm_domain *vmd);

Callers 2

vm_pageout_nextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected