Home
last modified time | relevance | path

Searched refs:this_cpu_generic_add_return (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/asm-generic/
H A Dpercpu.h161 #define this_cpu_generic_add_return(pcp, val) \ macro
440 #define this_cpu_add_return_1(pcp, val) this_cpu_generic_add_return(pcp, val)
443 #define this_cpu_add_return_2(pcp, val) this_cpu_generic_add_return(pcp, val)
446 #define this_cpu_add_return_4(pcp, val) this_cpu_generic_add_return(pcp, val)
449 #define this_cpu_add_return_8(pcp, val) this_cpu_generic_add_return(pcp, val)