Home
last modified time | relevance | path

Searched refs:rethrottle_thread (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/sys/
H A Dmount_internal.h509 void rethrottle_thread(uthread_t ut);
/xnu-11215/osfmk/kern/
H A Dthread_policy.c51 extern void rethrottle_thread(void * uthread);
1982 rethrottle_thread(get_bsdthread_info(thread)); in thread_policy_update_complete_unlocked()
2580 rethrottle_thread(get_bsdthread_info(thread)); in set_thread_iotier_override()
/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c1542 rethrottle_thread(uthread_t ut) in rethrottle_thread() function