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

/freebsd-10-stable/sys/kern/
H A Dkern_timeout.c327 callout_cpu_switch(struct callout *c, struct callout_cpu *cc, int new_cpu) function
764 new_cc = callout_cpu_switch(c, cc, new_cpu);
1084 * new CPU via a call to callout_cpu_switch() which
1103 cc = callout_cpu_switch(c, cc, cpu);

Completed in 52 milliseconds