Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drunq.h73 void runq_remove_idx(struct runq *, struct thread *, u_char *);
/freebsd/sys/kern/
H A Dkern_switch.c515 runq_remove_idx(rq, td, NULL); in runq_remove()
519 runq_remove_idx(struct runq *rq, struct thread *td, u_char *idx) in runq_remove_idx() function
H A Dsched_ule.c544 runq_remove_idx(ts->ts_runq, td, &tdq->tdq_ridx); in tdq_runq_rem()
546 runq_remove_idx(ts->ts_runq, td, NULL); in tdq_runq_rem()