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

  /src/sys/kern/
sched_4bsd.c 112 sched_resched_cpu(ci, MAXPRI_KTHREAD, true);
165 sched_resched_cpu(ci, pri, true);
sched_m2.c 342 sched_resched_cpu(ci, MAXPRI_KTHREAD, true);
kern_synch.c 711 * sched_resched_cpu() which also holds spc_mutex, and only ever
1027 * would keep preemption off for sched_resched_cpu(), so disable it
1033 sched_resched_cpu(ci, PRI_KERNEL, true);
1076 sched_resched_cpu(ci, spc->spc_maxpriority, true);
1107 sched_resched_cpu(ci, spc->spc_maxpriority, true);
kern_runq.c 320 sched_resched_cpu(struct cpu_info *ci, pri_t pri, bool unlock) function in typeref:typename:void
423 sched_resched_cpu(ci, lwp_eprio(l), unlock);
kern_lwp.c 1423 sched_resched_cpu(l->l_cpu, PRI_USER_RT, true);
  /src/sys/sys/
sched.h 244 void sched_resched_cpu(struct cpu_info *, pri_t, bool);
  /src/sys/rump/librump/rumpkern/
scheduler.c 600 sched_resched_cpu(struct cpu_info *ci, pri_t pri, bool unlock) function in typeref:typename:void

Completed in 17 milliseconds