Searched refs:cpunum (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dsched_4bsd.c141 static int forward_wakeup(int cpunum);
1106 forward_wakeup(int cpunum) argument
1133 (cpunum == NOCPU || me == cpunum))
1166 if (cpunum != NOCPU) {
1167 KASSERT((cpunum <= mp_maxcpus),("forward_wakeup: bad cpunum."));
1168 iscpuset = CPU_ISSET(cpunum, &map);
1172 CPU_SETOF(cpunum, &map);
1187 if (cpunum
[all...]

Completed in 282 milliseconds