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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_resident.c4563 hibernate_flush_queue(queue_head_t *q, int qcount) argument
4578 KERNEL_DEBUG_CONSTANT(IOKDBG_CODE(DBG_HIBERNATE, 4) | DBG_FUNC_START, q, qcount, 0, 0, 0);
4585 while (qcount && !queue_empty(q)) {
4754 qcount--;
4787 int qcount; local
4794 qcount = 0;
4803 qcount++;
4807 if (qcount) {
4808 if (hibernate_flush_queue(&aq->age_q, qcount))

Completed in 77 milliseconds