Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drunq.h107 bool runq_remove(struct runq *, struct thread *);
/freebsd/sys/kern/
H A Dkern_switch.c437 runq_remove(struct runq *rq, struct thread *td) in runq_remove() function
H A Dsched_4bsd.c1489 runq_remove(TS_RUNQ_PTR(ts), td); in sched_4bsd_rem()
1532 runq_remove(runq, td); in sched_4bsd_choose()
H A Dsched_ule.c618 queue_empty = runq_remove(&tdq->tdq_runq, td); in tdq_runq_rem()