Searched refs:runq_remove_idx (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | runq.h | 73 void runq_remove_idx(struct runq *, struct thread *, u_char *);
|
/freebsd/sys/kern/ |
H A D | kern_switch.c | 515 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 D | sched_ule.c | 544 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()
|