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

/freebsd-10.1-release/sys/kern/
H A Dsched_4bsd.c137 static int forward_wakeup(int cpunum);
1108 forward_wakeup(int cpunum) argument
1135 (cpunum == NOCPU || me == cpunum))
1168 if (cpunum != NOCPU) {
1169 KASSERT((cpunum <= mp_maxcpus),("forward_wakeup: bad cpunum."));
1170 iscpuset = CPU_ISSET(cpunum, &map);
1174 CPU_SETOF(cpunum, &map);
1189 if (cpunum
[all...]

Completed in 122 milliseconds