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

/xnu-2422.115.4/tools/tests/
H A DMakefile12 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2422.115.4/tools/tests/superpages/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2422.115.4/tools/tests/zero-to-n/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2422.115.4/tools/tests/affinity/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2422.115.4/tools/tests/jitter/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2422.115.4/tools/tests/kqueue_tests/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2422.115.4/tools/tests/memorystatus/
H A DMakefile20 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2422.115.4/tools/tests/perf_index/
H A DMakefile2 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2422.115.4/tools/tests/MPMMTest/
H A DMakefile5 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)
/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c1217 struct vm_pageout_queue *iq; local
1265 iq = &vm_pageout_queue_internal;
1543 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1753 } else if (VM_PAGE_Q_THROTTLED(iq) &&
1849 !VM_PAGE_Q_THROTTLED(iq)) {
1881 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1905 vm_pageout_adjust_io_throttles(iq, eq, FALSE);
1924 iq->pgo_throttled = TRUE;
1929 assert_wait_timeout((event_t) &iq->pgo_laundry, THREAD_INTERRUPTIBLE, msecs, 1000*NSEC_PER_USEC);
1937 iq
3432 vm_pageout_adjust_io_throttles(struct vm_pageout_queue *iq, struct vm_pageout_queue *eq, boolean_t req_lowpriority) argument
[all...]
H A Dvm_resident.c4878 struct vm_pageout_queue *iq; local
4885 iq = &vm_pageout_queue_internal;
4995 if (VM_PAGE_Q_THROTTLED(iq))
4996 tq = iq;
H A Dvm_object.c7982 struct vm_pageout_queue *iq; local
7984 iq = &vm_pageout_queue_internal;
8018 if (VM_PAGE_Q_THROTTLED(iq)) {
8020 iq->pgo_draining = TRUE;
8022 assert_wait((event_t) (&iq->pgo_laundry + 1), THREAD_INTERRUPTIBLE);
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dmakefile11 Embedded?=$(shell echo $(SDKROOT) | grep -iq iphoneos && echo YES || echo NO)

Completed in 130 milliseconds