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

/freebsd-12-stable/sys/sys/
H A Drunq.h75 void runq_remove_idx(struct runq *, struct thread *, u_char *);
/freebsd-12-stable/sys/kern/
H A Dkern_switch.c520 runq_remove_idx(rq, td, NULL);
524 runq_remove_idx(struct runq *rq, struct thread *td, u_char *idx) function
530 ("runq_remove_idx: thread swapped out"));
532 KASSERT(pri < RQ_NQS, ("runq_remove_idx: Invalid index %d\n", pri));
534 CTR4(KTR_RUNQ, "runq_remove_idx: td=%p, pri=%d %d rqh=%p",
538 CTR0(KTR_RUNQ, "runq_remove_idx: empty");
H A Dsched_ule.c526 runq_remove_idx(ts->ts_runq, td, &tdq->tdq_ridx);
528 runq_remove_idx(ts->ts_runq, td, NULL);

Completed in 169 milliseconds