Home
last modified time | relevance | path

Searched refs:this_cpu_generic_read (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/asm-generic/
H A Dpercpu.h134 #define this_cpu_generic_read(pcp) \ macro
320 #define this_cpu_read_1(pcp) this_cpu_generic_read(pcp)
323 #define this_cpu_read_2(pcp) this_cpu_generic_read(pcp)
326 #define this_cpu_read_4(pcp) this_cpu_generic_read(pcp)
329 #define this_cpu_read_8(pcp) this_cpu_generic_read(pcp)
/kernel/linux/linux-6.6/include/asm-generic/
H A Dpercpu.h142 #define this_cpu_generic_read(pcp) \ macro
375 #define this_cpu_read_1(pcp) this_cpu_generic_read(pcp)
378 #define this_cpu_read_2(pcp) this_cpu_generic_read(pcp)
381 #define this_cpu_read_4(pcp) this_cpu_generic_read(pcp)
384 #define this_cpu_read_8(pcp) this_cpu_generic_read(pcp)

Completed in 2 milliseconds