Searched refs:this_cpu_sub (Results 1 – 4 of 4) sorted by relevance
333 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
206 this_cpu_sub(tag->counters->bytes, bytes); in alloc_tag_sub()
506 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro508 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
899 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()