Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_4bsd.c142 static int sched_pickcpu(struct thread *td);
1252 sched_pickcpu(struct thread *td) in sched_pickcpu() function
1337 cpu = sched_pickcpu(td); in sched_add()
H A Dsched_ule.c330 static int sched_pickcpu(struct thread *, int);
1242 sched_pickcpu(struct thread *td, int flags) in sched_pickcpu() function
2087 ts->ts_cpu = sched_pickcpu(td, 0); in sched_switch()
2599 cpu = sched_pickcpu(td, flags); in sched_add()