Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpercpu.h37 #define this_cpu_sub(pcp, n) this_cpu_add(pcp, -(typeof(pcp)) (n)) macro
/Linux-v4.19/include/linux/
Dpercpu-defs.h521 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro