Home
last modified time | relevance | path

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

/include/linux/
Dpercpu-refcount.h274 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
Dpercpu-defs.h536 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro
538 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)