Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsleepqueue.h94 void sleepq_chains_remove_matching(bool (*matches)(struct thread *));
/freebsd/sys/kern/
H A Dsubr_sleepqueue.c1172 sleepq_chains_remove_matching(bool (*matches)(struct thread *)) in sleepq_chains_remove_matching() function
H A Dkern_tc.c1310 sleepq_chains_remove_matching(sleeping_on_old_rtc); in tc_setclock()