Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dkern_runq.c987 sched_vforkexec(struct lwp *l, bool samecpu) in sched_vforkexec() argument
991 if ((samecpu && ncpu > 1) || !cpu_is_1stclass(l->l_cpu)) { in sched_vforkexec()
1023 sched_vforkexec(struct lwp *l, bool samecpu) in sched_vforkexec() argument
Dkern_exec.c1306 bool samecpu; in execve_runproc() local
1319 samecpu = (lp->l_cpu == curlwp->l_cpu); in execve_runproc()
1325 sched_vforkexec(l, samecpu); in execve_runproc()