Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/vm/
H A Dvm_compressor_backing_store.c469 proc_set_thread_policy_with_tid(kernel_task, thread->thread_id, in vm_compressor_swap_init()
471 proc_set_thread_policy_with_tid(kernel_task, thread->thread_id, in vm_compressor_swap_init()
931 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
933 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
946 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
948 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
959 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
961 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
974 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
976 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
[all …]
H A Dvm_pageout.c4301 proc_set_thread_policy_with_tid(kernel_task, eq->pgo_tid, in vm_pageout_adjust_eq_iothrottle()
/xnu-8020.121.3/osfmk/kern/
H A Dpolicy_internal.h125 extern void proc_set_thread_policy_with_tid(task_t task, uint64_t tid, int category, int flavor, in…
H A Dthread_policy.c1834 proc_set_thread_policy_with_tid(task_t task, in proc_set_thread_policy_with_tid() function