Searched refs:this_cpu_sub (Results 1 – 4 of 4) sorted by relevance
282 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
520 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro522 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
95 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
784 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()