Searched refs:this_cpu_sub (Results 1 – 2 of 2) sorted by relevance
274 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
536 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro538 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)