Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpercpu.h33 #define __this_cpu_sub(pcp, n) __this_cpu_add(pcp, -(typeof(pcp)) (n)) macro
/linux-6.1.9/include/linux/
Dpercpu-defs.h496 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val)) macro