Searched refs:samecpu (Results 1 – 2 of 2) sorted by relevance
987 sched_vforkexec(struct lwp *l, bool samecpu) in sched_vforkexec() argument991 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
1306 bool samecpu; in execve_runproc() local1319 samecpu = (lp->l_cpu == curlwp->l_cpu); in execve_runproc()1325 sched_vforkexec(l, samecpu); in execve_runproc()