Searched refs:raw_cpu_and_8 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | percpu.h | 242 #ifndef raw_cpu_and_8 243 #define raw_cpu_and_8(pcp, val) raw_cpu_generic_to_op(pcp, val, &=) macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | percpu.h | 249 #ifndef raw_cpu_and_8 250 #define raw_cpu_and_8(pcp, val) raw_cpu_generic_to_op(pcp, val, &=) macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | percpu.h | 318 #define raw_cpu_and_8(pcp, val) percpu_to_op(8, , "and", (pcp), val) macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | percpu.h | 362 #define raw_cpu_and_8(pcp, val) percpu_to_op(8, , "and", (pcp), val) macro
|
Completed in 4 milliseconds