Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_timeout.c345 callout_cpu_switch(struct callout *c, struct callout_cpu *cc, int new_cpu) in callout_cpu_switch() argument
360 new_cc = CC_CPU(new_cpu); in callout_cpu_switch()
363 c->c_cpu = new_cpu; in callout_cpu_switch()
646 int flags, new_cpu; in softclock_call_cc() local
777 new_cpu = cc_migration_cpu(cc, direct); in softclock_call_cc()
798 new_cc = callout_cpu_switch(c, cc, new_cpu); in softclock_call_cc()