Home
last modified time | relevance | path

Searched refs:new_cpu (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_timeout.c341 callout_cpu_switch(struct callout *c, struct callout_cpu *cc, int new_cpu) in callout_cpu_switch() argument
356 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() local
780 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()