Searched refs:sched_pickcpu (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsched_4bsd.c136 static int sched_pickcpu(struct thread *td);
1229 sched_pickcpu(struct thread *td) function
1312 cpu = sched_pickcpu(td);
H A Dsched_ule.c223 * locking in sched_pickcpu();
316 static int sched_pickcpu(struct thread *, int);
1167 sched_pickcpu(struct thread *td, int flags) function
1246 KASSERT(cpu != -1, ("sched_pickcpu: Failed to find a cpu."));
1852 ts->ts_cpu = sched_pickcpu(td, 0);
2354 cpu = sched_pickcpu(td, flags);

Completed in 48 milliseconds