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

Function vm_batchqueue_init

freebsd/vm/vm_pagequeue.h:352–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352static inline void
353vm_batchqueue_init(struct vm_batchqueue *bq)
354{
355
356 bq->bq_cnt = 0;
357}
358
359static inline bool
360vm_batchqueue_insert(struct vm_batchqueue *bq, vm_page_t m)

Callers 4

vm_pqbatch_processFunction · 0.85
vm_pageout_init_scanFunction · 0.85
vm_pageout_scan_inactiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected