Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsched_4bsd.c112 sched_resched_cpu(ci, MAXPRI_KTHREAD, true); in sched_tick()
165 sched_resched_cpu(ci, pri, true); in sched_tick()
H A Dkern_synch.c1033 sched_resched_cpu(ci, PRI_KERNEL, true); in suspendsched()
1076 sched_resched_cpu(ci, spc->spc_maxpriority, true); in sched_changepri()
1107 sched_resched_cpu(ci, spc->spc_maxpriority, true); in sched_lendpri()
H A Dsched_m2.c342 sched_resched_cpu(ci, MAXPRI_KTHREAD, true); in sched_tick()
H A Dkern_runq.c320 sched_resched_cpu(struct cpu_info *ci, pri_t pri, bool unlock) in sched_resched_cpu() function
423 sched_resched_cpu(ci, lwp_eprio(l), unlock); in sched_resched_lwp()
H A Dkern_lwp.c1423 sched_resched_cpu(l->l_cpu, PRI_USER_RT, true); in lwp_migrate()
/netbsd-src/sys/sys/
H A Dsched.h244 void sched_resched_cpu(struct cpu_info *, pri_t, bool);
/netbsd-src/sys/rump/librump/rumpkern/
H A Dscheduler.c600 sched_resched_cpu(struct cpu_info *ci, pri_t pri, bool unlock) in sched_resched_cpu() function