Searched refs:runq_add (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Drunq.h67 void runq_add(struct runq *, struct thread *, int);
/freebsd-12-stable/sys/kern/
H A Dkern_switch.c368 runq_add(struct runq *rq, struct thread *td, int flags) function
377 CTR4(KTR_RUNQ, "runq_add: td=%p pri=%d %d rqh=%p",
H A Dsched_4bsd.c1330 runq_add(ts->ts_runq, td, flags);
1389 runq_add(ts->ts_runq, td, flags);
H A Dsched_ule.c503 runq_add(ts->ts_runq, td, flags);

Completed in 81 milliseconds