Searched refs:cq (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c277 struct cq { struct
290 static void vm_pageout_iothread_internal(struct cq *cq);
3185 vm_pageout_iothread_internal_continue(struct cq *cq) argument
3202 q = cq->q;
3363 retval = vm_compressor_pager_put(pager, m->offset + object->paging_offset, m->phys_page, &cq->current_chead, cq->scratch_buf);
3425 thread_block_parameter((thread_continue_t)vm_pageout_iothread_internal_continue, (void *) cq);
3503 vm_pageout_iothread_internal(struct cq *c argument
[all...]

Completed in 76 milliseconds