Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpercpu.h73 #define this_cpu_add(pcp, n) \ macro
/linux-6.1.9/include/linux/
Dpercpu-defs.h509 #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) macro