Home
last modified time | relevance | path

Searched defs:this_cpu_dec (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dpercpu.h36 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro
/kernel/linux/linux-6.6/include/linux/
Dpercpu-defs.h502 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro
/kernel/linux/linux-5.10/include/linux/
Dpercpu-defs.h521 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) macro