Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_sleepqueue.c176 static void sleepq_remove_thread(struct sleepqueue *sq, struct thread *td);
532 sleepq_remove_thread(sq, td); in sleepq_catch_signals()
594 sleepq_remove_thread(sq, td); in sleepq_switch()
771 sleepq_remove_thread(sq, td); in sleepq_resume_thread()
801 sleepq_remove_thread(struct sleepqueue *sq, struct thread *td) in sleepq_remove_thread() function