Home
last modified time | relevance | path

Searched refs:proc_set_thread_policy_with_tid (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/vm/
H A Dvm_compressor_backing_store.c447 proc_set_thread_policy_with_tid(kernel_task, thread->thread_id, in vm_compressor_swap_init()
449 proc_set_thread_policy_with_tid(kernel_task, thread->thread_id, in vm_compressor_swap_init()
936 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
938 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
951 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
953 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
964 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
966 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
979 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
981 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
[all …]
H A Dvm_pageout.c4293 proc_set_thread_policy_with_tid(kernel_task, eq->pgo_tid, in vm_pageout_adjust_eq_iothrottle()
/xnu-8019.80.24/osfmk/kern/
H A Dpolicy_internal.h124 extern void proc_set_thread_policy_with_tid(task_t task, uint64_t tid, int category, int flavor, in…
H A Dthread_policy.c1825 proc_set_thread_policy_with_tid(task_t task, in proc_set_thread_policy_with_tid() function