Searched defs:get_cpu (Results 1 – 3 of 3) sorted by relevance
28 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