Home
last modified time | relevance | path

Searched defs:this_cpu_sub (Results 1 - 3 of 3) sorted by relevance

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

Completed in 2 milliseconds