Symbol: this_cpu_add
drivers/infiniband/ulp/rtrs/rtrs-clt-stats.c
169
this_cpu_add(stats->pcpu_stats->rdma.dir[d].size_total, size);
drivers/infiniband/ulp/rtrs/rtrs-srv.h
143
this_cpu_add(s->rdma_stats->dir[d].size_total, size);
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
402
this_cpu_add(lport->stats->TxWords, wlen);
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
540
this_cpu_add(lport->stats->RxWords, fr_len / FCOE_WORD_TO_BYTE);
drivers/scsi/bnx2fc/bnx2fc_io.c
2046
this_cpu_add(lport->stats->InputBytes, io_req->data_xfer_len);
drivers/scsi/bnx2fc/bnx2fc_io.c
2050
this_cpu_add(lport->stats->OutputBytes, io_req->data_xfer_len);
drivers/scsi/fcoe/fcoe.c
1567
this_cpu_add(lport->stats->TxWords, wlen);
drivers/scsi/fcoe/fcoe.c
1677
this_cpu_add(lport->stats->RxWords, fr_len / FCOE_WORD_TO_BYTE);
drivers/scsi/fcoe/fcoe_ctlr.c
1287
this_cpu_add(lport->stats->RxWords, skb->len / FIP_BPW);
drivers/scsi/libfc/fc_fcp.c
1919
this_cpu_add(lport->stats->InputBytes, fsp->data_len);
drivers/scsi/libfc/fc_fcp.c
1923
this_cpu_add(lport->stats->OutputBytes, fsp->data_len);
drivers/scsi/qedf/qedf_main.c
1231
this_cpu_add(lport->stats->TxWords, wlen);
drivers/target/target_core_device.c
132
this_cpu_add(se_cmd->se_dev->stats->write_bytes,
drivers/target/target_core_device.c
135
this_cpu_add(se_cmd->se_dev->stats->read_bytes,
drivers/target/target_core_device.c
61
this_cpu_add(deve->stats->write_bytes,
drivers/target/target_core_device.c
64
this_cpu_add(deve->stats->read_bytes,
drivers/target/target_core_transport.c
2607
this_cpu_add(cmd->se_lun->lun_stats->tx_data_octets,
drivers/target/target_core_transport.c
2632
this_cpu_add(cmd->se_lun->lun_stats->rx_data_octets,
drivers/target/target_core_transport.c
2639
this_cpu_add(cmd->se_lun->lun_stats->tx_data_octets,
fs/buffer.c
3059
this_cpu_add(bh_accounting.nr, per_cpu(bh_accounting, cpu).nr);
fs/namespace.c
258
this_cpu_add(mnt->mnt_pcp->mnt_count, n);
fs/namespace.c
308
this_cpu_add(mnt->mnt_pcp->mnt_count, 1);
fs/nfs/iostat.h
39
this_cpu_add(server->io_stats->bytes[stat], addend);
fs/nfsd/filecache.c
283
this_cpu_add(nfsd_file_total_age, age);
include/linux/alloc_tag.h
200
this_cpu_add(tag->counters->bytes, bytes);
include/linux/huge_mm.h
160
this_cpu_add(mthp_stats.stats[order][item], delta);
include/linux/percpu-defs.h
510
#define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val))
include/linux/percpu-defs.h
511
#define this_cpu_inc(pcp) this_cpu_add(pcp, 1)
include/linux/percpu-refcount.h
205
this_cpu_add(*percpu_count, nr);
include/linux/percpu-refcount.h
244
this_cpu_add(*percpu_count, nr);
include/linux/vmstat.h
78
this_cpu_add(vm_event_states.event[item], delta);
include/net/netfilter/nf_conntrack.h
379
#define NF_CT_STAT_ADD_ATOMIC(net, count, v) this_cpu_add((net)->ct.stat->count, (v))
include/net/sch_generic.h
1263
this_cpu_add(sch->cpu_qstats->backlog, pkt_len);
include/net/sch_generic.h
976
this_cpu_add(sch->cpu_qstats->backlog, qdisc_pkt_len(skb));
include/net/snmp.h
138
this_cpu_add(mib->mibs[field], addend)
include/net/snmp.h
143
this_cpu_add(ptr[basefield##OCTETS], addend); \
include/net/sock.h
1482
this_cpu_add(net->core.prot_inuse->val[prot->inuse_idx], val);
include/net/sock.h
1487
this_cpu_add(net->core.prot_inuse->all, val);
kernel/locking/qspinlock_stat.h
102
this_cpu_add(EVENT_COUNT(pv_hash_hops), hopcnt);
kernel/locking/qspinlock_stat.h
114
this_cpu_add(EVENT_COUNT(pv_latency_kick), sched_clock() - start);
kernel/locking/qspinlock_stat.h
127
this_cpu_add(EVENT_COUNT(pv_latency_wake),
kernel/sched/ext.c
690
this_cpu_add((sch)->pcpu->event_stats.name, (cnt)); \
kernel/softirq.c
203
this_cpu_add(softirq_ctrl.cnt, cnt);
lib/percpu_counter.c
133
this_cpu_add(*fbc->counters, amount);
lib/percpu_counter.c
346
this_cpu_add(*fbc->counters, amount);
lib/test_context-analysis.c
487
this_cpu_add(test_local_lock_data.counter, 1);
lib/test_context-analysis.c
491
this_cpu_add(test_local_lock_data.counter, 1);
lib/test_context-analysis.c
495
this_cpu_add(test_local_lock_data.counter, 1);
lib/test_context-analysis.c
499
this_cpu_add(test_local_lock_data.counter, 1);
lib/test_context-analysis.c
505
{ guard(local_lock)(&test_local_lock_data.lock); this_cpu_add(test_local_lock_data.counter, 1); }
lib/test_context-analysis.c
506
{ guard(local_lock_irq)(&test_local_lock_data.lock); this_cpu_add(test_local_lock_data.counter, 1); }
lib/test_context-analysis.c
507
{ guard(local_lock_irqsave)(&test_local_lock_data.lock); this_cpu_add(test_local_lock_data.counter, 1); }
lib/test_context-analysis.c
508
{ guard(local_lock_nested_bh)(&test_local_lock_data.lock); this_cpu_add(test_local_lock_data.counter, 1); }
lib/test_context-analysis.c
529
this_cpu_add(test_local_trylock_data.counter, 1);
lib/test_context-analysis.c
533
this_cpu_add(test_local_trylock_data.counter, 1);
mm/memcontrol.c
712
this_cpu_add(memcg->vmstats_percpu->state[i], val);
mm/memcontrol.c
757
this_cpu_add(memcg->vmstats_percpu->state[i], val);
mm/memcontrol.c
760
this_cpu_add(pn->lruvec_stats_percpu->state[i], val);
mm/memcontrol.c
856
this_cpu_add(memcg->vmstats_percpu->events[i], count);
net/batman-adv/main.h
354
this_cpu_add(bat_priv->bat_counters[idx], count);
net/core/page_pool.c
57
this_cpu_add(s->__stat, val); \
net/mpls/internal.h
62
this_cpu_add((mdev)->stats->stats.bytes_field, (len)); \
net/smc/smc_stats.h
106
this_cpu_add((*stats).smc[t].key ## _bytes, r); \
net/smc/smc_stats.h
154
this_cpu_add((*stats).smc[t].k ## _rmbuse, _l); \