Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dcpumask.h870 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x) macro
915 #define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x) macro