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

/freebsd-10.1-release/sys/sys/
H A Drunq.h70 struct thread *runq_choose_fuzz(struct runq *, int);
/freebsd-10.1-release/sys/kern/
H A Dkern_switch.c400 runq_choose_fuzz(struct runq *rq, int fuzz) function
428 KASSERT(td != NULL, ("runq_choose_fuzz: no proc on busy queue"));
430 "runq_choose_fuzz: pri=%d thread=%p rqh=%p", pri, td, rqh);
433 CTR1(KTR_RUNQ, "runq_choose_fuzz: idleproc pri=%d", pri);
H A Dsched_4bsd.c1449 td = runq_choose_fuzz(&runq, runq_fuzz);

Completed in 63 milliseconds