Home
last modified time | relevance | path

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

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