HomeSort by: relevance | last modified time | path
    Searched refs:sched_takecpu (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
sched.h 266 struct cpu_info *sched_takecpu(struct lwp *);
  /src/sys/kern/
sys_pset.c 396 tci = sched_takecpu(t);
511 ci = sched_takecpu(t);
kern_sleepq.c 168 l->l_cpu = sched_takecpu(l);
kern_runq.c 567 sched_takecpu(struct lwp *l) function in typeref:struct:cpu_info *
951 * done in sched_takecpu().
983 * since it dodged the distribution in sched_takecpu() when first set
1004 sched_takecpu(struct lwp *l) function in typeref:struct:cpu_info *
kern_synch.c 948 ci = sched_takecpu(l);

Completed in 44 milliseconds