Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_timeout.c347 struct callout_cpu *new_cc; in callout_cpu_switch() local
360 new_cc = CC_CPU(new_cpu); in callout_cpu_switch()
361 CC_LOCK(new_cc); in callout_cpu_switch()
364 return (new_cc); in callout_cpu_switch()
643 struct callout_cpu *new_cc; in softclock_call_cc() local
798 new_cc = callout_cpu_switch(c, cc, new_cpu); in softclock_call_cc()
800 callout_cc_add(c, new_cc, new_time, new_prec, new_func, in softclock_call_cc()
802 CC_UNLOCK(new_cc); in softclock_call_cc()