Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/vm/
H A Dvm_compressor_backing_store.c512 proc_set_thread_policy_with_tid(kernel_task, thread->thread_id, in vm_compressor_swap_init()
514 proc_set_thread_policy_with_tid(kernel_task, thread->thread_id, in vm_compressor_swap_init()
989 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
991 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
1004 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
1006 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
1017 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
1019 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
1032 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
1034 proc_set_thread_policy_with_tid(kernel_task, vm_swapout_thread_id, in vm_swapout_thread_throttle_adjust()
[all …]
H A Dvm_pageout.c4488 proc_set_thread_policy_with_tid(kernel_task, eq->pgo_tid, in vm_pageout_adjust_eq_iothrottle()
/xnu-8792.81.2/osfmk/kern/
H A Dpolicy_internal.h126 extern void proc_set_thread_policy_with_tid(task_t task, uint64_t tid, int category, int flavor, in…
H A Dthread_policy.c1896 proc_set_thread_policy_with_tid(task_t task, in proc_set_thread_policy_with_tid() function