Searched refs:cc_cpu (Results 1 – 1 of 1) sorted by relevance
191 struct callout_cpu cc_cpu[MAXCPU]; variable193 #define CC_CPU(cpu) (&cc_cpu[(cpu)])196 struct callout_cpu cc_cpu; variable197 #define CC_CPU(cpu) &cc_cpu198 #define CC_SELF() &cc_cpu280 memset(CC_CPU(curcpu), 0, sizeof(cc_cpu)); in callout_callwheel_init()