Searched refs:this_cpu_write_4 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/loongarch/include/asm/ |
| A D | percpu.h | 171 #define this_cpu_write_4(pcp, val) _percpu_write(4, pcp, val) macro
|
| /linux/include/asm-generic/ |
| A D | percpu.h | 393 #ifndef this_cpu_write_4 394 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =) macro
|
| /linux/arch/arm64/include/asm/ |
| A D | percpu.h | 178 #define this_cpu_write_4(pcp, val) \ macro
|
| /linux/arch/x86/include/asm/ |
| A D | percpu.h | 484 #define this_cpu_write_4(pcp, val) __raw_cpu_write(4, volatile, pcp, val) macro
|
Completed in 12 milliseconds