Lines Matching refs:kthread_t
182 turnstile_pi_inherit(turnstile_t *ts, kthread_t *inheritor, pri_t epri) in turnstile_pi_inherit()
216 turnstile_pi_tsdelete(turnstile_t *ts, kthread_t *inheritor) in turnstile_pi_tsdelete()
242 kthread_t *inheritor = ts->ts_inheritor; in turnstile_pi_waive()
265 kthread_t *inheritor = curthread; in turnstile_pi_recalc()
409 kthread_t *owner; in turnstile_block()
410 kthread_t *t = curthread; in turnstile_block()
658 turnstile_dequeue(kthread_t *t) in turnstile_dequeue()
718 turnstile_wakeup(turnstile_t *ts, int qnum, int nthreads, kthread_t *owner) in turnstile_wakeup()
732 kthread_t *t = sqp->sq_first; in turnstile_wakeup()
735 DTRACE_SCHED1(wakeup, kthread_t *, t); in turnstile_wakeup()
743 kthread_t *wp = ts->ts_sleepq[TS_WRITER_Q].sq_first; in turnstile_wakeup()
744 kthread_t *rp = ts->ts_sleepq[TS_READER_Q].sq_first; in turnstile_wakeup()
761 turnstile_change_pri(kthread_t *t, pri_t pri, pri_t *t_prip) in turnstile_change_pri()
779 turnstile_stay_asleep(kthread_t *t) in turnstile_stay_asleep()
808 turnstile_unsleep(kthread_t *t) in turnstile_unsleep()