Home
last modified time | relevance | path

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

/Linux-v6.6/arch/loongarch/include/asm/
Dpercpu.h188 #define _percpu_add(pcp, val) \ macro
191 #define _percpu_add_return(pcp, val) _percpu_add(pcp, val)
202 #define this_cpu_add_4(pcp, val) _percpu_add(pcp, val)
203 #define this_cpu_add_8(pcp, val) _percpu_add(pcp, val)