Searched refs:cc_cpu (Results 1 – 2 of 2) sorted by relevance
165 struct callout_cpu cc_cpu; variable166 #define CC_CPU(cpu) &cc_cpu167 #define CC_SELF() &cc_cpu235 memset(CC_CPU(0), 0, sizeof(cc_cpu)); in callout_callwheel_init()
193 struct callout_cpu cc_cpu[MAXCPU]; variable195 #define CC_CPU(cpu) (&cc_cpu[(cpu)])198 struct callout_cpu cc_cpu; variable199 #define CC_CPU(cpu) &cc_cpu200 #define CC_SELF() &cc_cpu