Searched refs:cc_cpu (Results 1 – 1 of 1) sorted by relevance
193 static struct callout_cpu cc_cpu[MAXCPU]; variable195 #define CC_CPU(cpu) (&cc_cpu[(cpu)])198 static struct callout_cpu cc_cpu; variable199 #define CC_CPU(cpu) (&cc_cpu)200 #define CC_SELF() (&cc_cpu)