Searched refs:runq_remove_idx (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | runq.h | 75 void runq_remove_idx(struct runq *, struct thread *, u_char *);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_switch.c | 521 runq_remove_idx(rq, td, NULL); in runq_remove() 525 runq_remove_idx(struct runq *rq, struct thread *td, u_char *idx) in runq_remove_idx() function
|
| H A D | sched_ule.c | 526 runq_remove_idx(ts->ts_runq, td, &tdq->tdq_ridx); in tdq_runq_rem() 528 runq_remove_idx(ts->ts_runq, td, NULL); in tdq_runq_rem()
|