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

/xnu-2782.1.97/tools/tests/superpages/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2782.1.97/tools/tests/
H A DMakefile24 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2782.1.97/tools/tests/jitter/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2782.1.97/tools/tests/kqueue_tests/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2782.1.97/tools/tests/zero-to-n/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2782.1.97/tools/tests/affinity/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2782.1.97/tools/tests/memorystatus/
H A DMakefile20 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2782.1.97/tools/tests/MPMMTest/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2782.1.97/tools/tests/perf_index/
H A DMakefile2 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2782.1.97/tools/tests/execperf/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2782.1.97/osfmk/vm/
H A Dvm_pageout.c1227 struct vm_pageout_queue *iq; local
1258 iq = &vm_pageout_queue_internal;
1483 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1697 } else if (VM_PAGE_Q_THROTTLED(iq) &&
1798 !VM_PAGE_Q_THROTTLED(iq)) {
1829 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1853 vm_pageout_adjust_io_throttles(iq, eq, FALSE);
1872 iq->pgo_throttled = TRUE;
1877 assert_wait_timeout((event_t) &iq->pgo_laundry, THREAD_INTERRUPTIBLE, msecs, 1000*NSEC_PER_USEC);
1885 iq
3442 vm_pageout_adjust_io_throttles(struct vm_pageout_queue *iq, struct vm_pageout_queue *eq, boolean_t req_lowpriority) argument
[all...]
H A Dvm_object.c8519 struct vm_pageout_queue *iq; local
8522 iq = &vm_pageout_queue_internal;
8563 if (VM_PAGE_Q_THROTTLED(iq)) {
8565 iq->pgo_draining = TRUE;
8567 assert_wait((event_t) (&iq->pgo_laundry + 1), THREAD_INTERRUPTIBLE);
H A Dvm_resident.c5071 struct vm_pageout_queue *iq; local
5078 iq = &vm_pageout_queue_internal;
5188 if (VM_PAGE_Q_THROTTLED(iq))
5189 tq = iq;

Completed in 61 milliseconds