Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dpercpu.h138 #define _percpu_add(pcp, val) \ macro
141 #define _percpu_add_return(pcp, val) _percpu_add(pcp, val)
152 #define this_cpu_add_4(pcp, val) _percpu_add(pcp, val)
153 #define this_cpu_add_8(pcp, val) _percpu_add(pcp, val)