Searched refs:new_cpu (Results 1 – 1 of 1) sorted by relevance
341 callout_cpu_switch(struct callout *c, struct callout_cpu *cc, int new_cpu) in callout_cpu_switch() argument356 new_cc = CC_CPU(new_cpu); in callout_cpu_switch()359 c->c_cpu = new_cpu; in callout_cpu_switch()642 int flags, new_cpu; in softclock_call_cc() local780 new_cpu = cc_migration_cpu(cc, direct); in softclock_call_cc()801 new_cc = callout_cpu_switch(c, cc, new_cpu); in softclock_call_cc()