Searched refs:pgo_iothread_state (Results 1 – 2 of 2) sorted by relevance
843 struct pgo_iothread_state { struct859 extern struct pgo_iothread_state pgo_iothread_internal_state[MAX_COMPRESSOR_THREAD_COUNT]; argument861 extern struct pgo_iothread_state pgo_iothread_external_state;
286 struct pgo_iothread_state pgo_iothread_internal_state[MAX_COMPRESSOR_THREAD_COUNT];287 struct pgo_iothread_state pgo_iothread_external_state;299 static void vm_pageout_iothread_external(struct pgo_iothread_state *, wait_result_t);300 static void vm_pageout_iothread_internal(struct pgo_iothread_state *, wait_result_t);301 static void vm_pageout_adjust_eq_iothrottle(struct pgo_iothread_state *, boolean_t);3933 vm_pageout_iothread_external_continue(struct pgo_iothread_state *ethr, __unused wait_result_t w) in vm_pageout_iothread_external_continue()4087 vm_pageout_iothread_internal_continue(struct pgo_iothread_state *cq, __unused wait_result_t w) in vm_pageout_iothread_internal_continue()4493 vm_pageout_adjust_eq_iothrottle(struct pgo_iothread_state *ethr, boolean_t req_lowpriority) in vm_pageout_adjust_eq_iothrottle()4521 vm_pageout_iothread_external(struct pgo_iothread_state *ethr, __unused wait_result_t w) in vm_pageout_iothread_external()4550 vm_pageout_iothread_internal(struct pgo_iothread_state *cthr, __unused wait_result_t w) in vm_pageout_iothread_internal()[all …]