Searched defs:get_cpu (Results 1 – 5 of 5) sorted by relevance
28 getcpu_t get_cpu; in main() local
32 getcpu_t get_cpu; in main() local
43 static inline int get_cpu(void) in get_cpu() function
239 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); }) macro
276 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); }) macro