Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_timeout.c345 struct callout_cpu *new_cc; in callout_cpu_switch() local
358 new_cc = CC_CPU(new_cpu); in callout_cpu_switch()
359 CC_LOCK(new_cc); in callout_cpu_switch()
362 return (new_cc); in callout_cpu_switch()
620 struct callout_cpu *new_cc; in softclock_call_cc() local
775 new_cc = callout_cpu_switch(c, cc, new_cpu); in softclock_call_cc()
777 callout_cc_add(c, new_cc, new_time, new_prec, new_func, in softclock_call_cc()
779 CC_UNLOCK(new_cc); in softclock_call_cc()