HomeSort by relevance Sort by last modified time
    Searched defs:smp_processor_id (Results 26 - 26 of 26) sorted by null

12

  /external/kernel-headers/original/linux/
smp.h 103 * smp_processor_id(): get the current CPU ID.
106 * used in a preemption-safe way. (smp_processor_id() is safe
111 * (smp_processor_id() is the preferred variant), but in rare
113 * (i.e. smp_processor_id() use that the debugging code reports but
119 # define smp_processor_id() debug_smp_processor_id() macro
121 # define smp_processor_id() raw_smp_processor_id() macro
124 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })

Completed in 47 milliseconds

12