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

Function vm_pqbatch_process

freebsd/vm/vm_page.c:3572–3581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3570}
3571
3572static void
3573vm_pqbatch_process(struct vm_pagequeue *pq, struct vm_batchqueue *bq,
3574 uint8_t queue)
3575{
3576 int i;
3577
3578 for (i = 0; i < bq->bq_cnt; i++)
3579 vm_pqbatch_process_page(pq, bq->bq_pa[i], queue);
3580 vm_batchqueue_init(bq);
3581}
3582
3583/*
3584 * vm_page_pqbatch_submit: [ internal use only ]

Callers 2

vm_page_pqbatch_submitFunction · 0.85
vm_page_pqbatch_drainFunction · 0.85

Calls 2

vm_pqbatch_process_pageFunction · 0.85
vm_batchqueue_initFunction · 0.85

Tested by

no test coverage detected