Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpercpu.h201 #define this_cpu_add_return_2(pcp, val) \ macro
/linux/include/asm-generic/
H A Dpercpu.h458 #define this_cpu_add_return_2(pcp, val) this_cpu_generic_add_return(pcp, val) macro