Home
last modified time | relevance | path

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

/include/linux/
Dpercpu-refcount.h333 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
Dalloc_tag.h206 this_cpu_sub(tag->counters->bytes, bytes); in alloc_tag_sub()
Dpercpu-defs.h506 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro
508 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
/include/net/
Dsch_generic.h899 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()