Searched refs:new_cpu (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) argument
342 new_cc = CC_CPU(new_cpu);
345 c->c_cpu = new_cpu;
616 int flags, new_cpu; local
742 new_cpu = cc_migration_cpu(cc, direct);
764 new_cc = callout_cpu_switch(c, cc, new_cpu);
767 new_arg, new_cpu, flags);

Completed in 56 milliseconds