Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/include/asm/
Dpercpu.h184 #define _percpu_add(pcp, val) \ macro
187 #define _percpu_add_return(pcp, val) _percpu_add(pcp, val)
198 #define this_cpu_add_4(pcp, val) _percpu_add(pcp, val)
199 #define this_cpu_add_8(pcp, val) _percpu_add(pcp, val)