Searched refs:this_cpu_sub (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | percpu.h | 36 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) 37 #define this_cpu_sub(pcp, n) this_cpu_add(pcp, -(typeof(pcp)) (n)) macro
|
/Linux-v4.19/lib/ |
D | percpu_test.c | 95 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
|
/Linux-v4.19/include/linux/ |
D | percpu-refcount.h | 282 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
|
D | percpu-defs.h | 521 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro 523 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
|
/Linux-v4.19/include/net/ |
D | sch_generic.h | 764 this_cpu_sub(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_dec()
|
/Linux-v4.19/Documentation/ |
D | this_cpu_ops.txt | 57 this_cpu_sub(pcp, val)
|
/Linux-v4.19/fs/ |
D | dcache.c | 1213 this_cpu_sub(nr_dentry_unused, freed); in shrink_dcache_sb()
|