Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Drunq.h74 void runq_remove(struct runq *, struct thread *);
/f-stack/freebsd/kern/
H A Dkern_switch.c518 runq_remove(struct runq *rq, struct thread *td) in runq_remove() function
H A Dsched_4bsd.c1447 runq_remove(ts->ts_runq, td); in sched_rem()
1490 runq_remove(rq, td); in sched_choose()
H A Dsched_ule.c530 runq_remove(ts->ts_runq, td); in tdq_runq_rem()