Searched refs:sched_resched_cpu (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/kern/
H A Dsched_4bsd.c112 sched_resched_cpu(ci, MAXPRI_KTHREAD, true);
165 sched_resched_cpu(ci, pri, true);
H A Dsched_m2.c342 sched_resched_cpu(ci, MAXPRI_KTHREAD, true);
H A Dkern_synch.c711 * 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);
H A Dkern_runq.c320 sched_resched_cpu(struct cpu_info *ci, pri_t pri, bool unlock) function
423 sched_resched_cpu(ci, lwp_eprio(l), unlock);
H A Dkern_lwp.c1423 sched_resched_cpu(l->l_cpu, PRI_USER_RT, true);
/netbsd-current/sys/sys/
H A Dsched.h244 void sched_resched_cpu(struct cpu_info *, pri_t, bool);
/netbsd-current/sys/rump/librump/rumpkern/
H A Dscheduler.c600 sched_resched_cpu(struct cpu_info *ci, pri_t pri, bool unlock) function

Completed in 265 milliseconds