Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
A Dpercpu.h37 #define this_cpu_sub(pcp, n) this_cpu_add(pcp, -(typeof(pcp)) (n)) macro
/linux-6.3-rc2/include/linux/
A Dpercpu-defs.h519 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro

Completed in 5 milliseconds