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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c283 static void vm_pageout_adjust_io_throttles(struct vm_pageout_queue *, struct vm_pageout_queue *, boolean_t);
1405 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1717 * calling vm_pageout_adjust_io_throttles (since it
1724 vm_pageout_adjust_io_throttles(iq, eq, TRUE);
1751 vm_pageout_adjust_io_throttles(iq, eq, FALSE);
2403 vm_pageout_adjust_io_throttles(iq, eq, FALSE);
2909 vm_pageout_adjust_io_throttles(struct vm_pageout_queue *iq, struct vm_pageout_queue *eq, boolean_t req_lowpriority) function

Completed in 33 milliseconds