Searched defs:this_cpu_cpumask_var_ptr (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dcpumask.h902 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x) macro
949 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x) macro

Completed in 170 milliseconds