Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_timeout.c191 struct callout_cpu cc_cpu[MAXCPU]; variable
193 #define CC_CPU(cpu) (&cc_cpu[(cpu)])
196 struct callout_cpu cc_cpu; variable
197 #define CC_CPU(cpu) &cc_cpu
198 #define CC_SELF() &cc_cpu
280 memset(CC_CPU(curcpu), 0, sizeof(cc_cpu)); in callout_callwheel_init()