this_cpu_add 1901 block/blk-iocost.c this_cpu_add(ioc->pcpu_stat->rq_wait_ns, rq_wait_ns); this_cpu_add 3388 fs/buffer.c this_cpu_add(bh_accounting.nr, per_cpu(bh_accounting, cpu).nr); this_cpu_add 148 fs/namespace.c this_cpu_add(mnt->mnt_pcp->mnt_count, n); this_cpu_add 196 fs/namespace.c this_cpu_add(mnt->mnt_pcp->mnt_count, 1); this_cpu_add 42 fs/nfs/iostat.h this_cpu_add(server->io_stats->bytes[stat], addend); this_cpu_add 57 fs/nfs/iostat.h this_cpu_add(NFS_SERVER(inode)->io_stats->fscache[stat], addend); this_cpu_add 519 include/linux/percpu-defs.h #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) this_cpu_add 520 include/linux/percpu-defs.h #define this_cpu_inc(pcp) this_cpu_add(pcp, 1) this_cpu_add 192 include/linux/percpu-refcount.h this_cpu_add(*percpu_count, nr); this_cpu_add 72 include/linux/vmstat.h this_cpu_add(vm_event_states.event[item], delta); this_cpu_add 324 include/net/netfilter/nf_conntrack.h #define NF_CT_STAT_ADD_ATOMIC(net, count, v) this_cpu_add((net)->ct.stat->count, (v)) this_cpu_add 863 include/net/sch_generic.h this_cpu_add(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); this_cpu_add 1102 include/net/sch_generic.h this_cpu_add(sch->cpu_qstats->backlog, pkt_len); this_cpu_add 137 include/net/snmp.h this_cpu_add(mib->mibs[field], addend) this_cpu_add 142 include/net/snmp.h this_cpu_add(ptr[basefield##OCTETS], addend); \ this_cpu_add 102 kernel/locking/qspinlock_stat.h this_cpu_add(EVENT_COUNT(pv_hash_hops), hopcnt); this_cpu_add 114 kernel/locking/qspinlock_stat.h this_cpu_add(EVENT_COUNT(pv_latency_kick), sched_clock() - start); this_cpu_add 127 kernel/locking/qspinlock_stat.h this_cpu_add(EVENT_COUNT(pv_latency_wake), this_cpu_add 95 lib/percpu_counter.c this_cpu_add(*fbc->counters, amount); this_cpu_add 362 net/batman-adv/main.h this_cpu_add(bat_priv->bat_counters[idx], count); this_cpu_add 3252 net/core/sock.c this_cpu_add(*net->core.sock_inuse, val); this_cpu_add 62 net/mpls/internal.h this_cpu_add((mdev)->stats->stats.bytes_field, (len)); \ this_cpu_add 35 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/percpu.h #define this_cpu_inc(pcp) this_cpu_add(pcp, 1) this_cpu_add 37 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/percpu.h #define this_cpu_sub(pcp, n) this_cpu_add(pcp, -(typeof(pcp)) (n))