Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drunq.h72 void runq_remove(struct runq *, struct thread *);
/freebsd/sys/kern/
H A Dkern_switch.c512 runq_remove(struct runq *rq, struct thread *td) in runq_remove() function
H A Dsched_4bsd.c1480 runq_remove(ts->ts_runq, td); in sched_rem()
1523 runq_remove(rq, td); in sched_choose()
H A Dsched_ule.c548 runq_remove(ts->ts_runq, td); in tdq_runq_rem()