| /linux/kernel/locking/ |
| H A D | qspinlock_stat.h | 102 this_cpu_add(EVENT_COUNT(pv_hash_hops), hopcnt); in lockevent_pv_hop() 114 this_cpu_add(EVENT_COUNT(pv_latency_kick), sched_clock() - start); in __pv_kick() 127 this_cpu_add(EVENT_COUNT(pv_latency_wake), in __pv_wait()
|
| /linux/include/linux/ |
| H A D | percpu-defs.h | 496 #define this_cpu_add(pcp, val) __pcpu_size_call(this_cpu_add_, pcp, val) macro 505 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) 506 #define this_cpu_inc(pcp) this_cpu_add(pcp, 1)
|
| H A D | alloc_tag.h | 204 this_cpu_add(tag->counters->bytes, bytes); in alloc_tag_add()
|
| H A D | vmstat.h | 77 this_cpu_add(vm_event_states.event[item], delta); in count_vm_events()
|
| /linux/fs/nfs/ |
| H A D | iostat.h | 39 this_cpu_add(server->io_stats->bytes[stat], addend); in nfs_add_server_stats()
|
| /linux/lib/ |
| H A D | percpu_counter.c | 133 this_cpu_add(*fbc->counters, amount); in percpu_counter_add_batch() 346 this_cpu_add(*fbc->counters, amount); in __percpu_counter_limited_add()
|
| /linux/net/smc/ |
| H A D | smc_stats.h | 106 this_cpu_add((*stats).smc[t].key ## _bytes, r); \ 154 this_cpu_add((*stats).smc[t].k ## _rmbuse, _l); \
|
| /linux/net/batman-adv/ |
| H A D | main.h | 347 this_cpu_add(bat_priv->bat_counters[idx], count); in batadv_add_counter()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | this_cpu_ops.rst | 48 this_cpu_add(pcp, val)
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-clt-stats.c | 169 this_cpu_add(stats->pcpu_stats->rdma.dir[d].size_total, size); in rtrs_clt_update_rdma_stats()
|
| /linux/include/net/ |
| H A D | sch_generic.h | 1014 this_cpu_add(sch->cpu_qstats->backlog, qdisc_pkt_len(skb)); in qdisc_qstats_cpu_backlog_inc() 1330 this_cpu_add(sch->cpu_qstats->backlog, pkt_len); in qdisc_update_stats_at_enqueue()
|
| H A D | sock.h | 1486 this_cpu_add(net->core.prot_inuse->val[prot->inuse_idx], val); in sock_prot_inuse_add() 1491 this_cpu_add(net->core.prot_inuse->all, val); in sock_inuse_add()
|
| /linux/kernel/ |
| H A D | softirq.c | 226 this_cpu_add(softirq_ctrl.cnt, cnt); in __local_bh_disable_ip()
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_fcp.c | 1919 this_cpu_add(lport->stats->InputBytes, fsp->data_len); in fc_queuecommand() 1923 this_cpu_add(lport->stats->OutputBytes, fsp->data_len); in fc_queuecommand()
|
| /linux/drivers/target/ |
| H A D | target_core_transport.c | 2653 this_cpu_add(cmd->se_lun->lun_stats->tx_data_octets, in target_complete_ok_work() 2678 this_cpu_add(cmd->se_lun->lun_stats->rx_data_octets, in target_complete_ok_work() 2685 this_cpu_add(cmd->se_lun->lun_stats->tx_data_octets, in target_complete_ok_work()
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_io.c | 2046 this_cpu_add(lport->stats->InputBytes, io_req->data_xfer_len); in bnx2fc_post_io_req() 2050 this_cpu_add(lport->stats->OutputBytes, io_req->data_xfer_len); in bnx2fc_post_io_req()
|
| /linux/kernel/sched/ext/ |
| H A D | internal.h | 25 this_cpu_add((sch)->pcpu->event_stats.name, (cnt)); \
|
| /linux/mm/ |
| H A D | memcontrol.c | 901 this_cpu_add(memcg->vmstats_percpu->state[i], val); in __mod_memcg_state() 970 this_cpu_add(memcg->vmstats_percpu->state[i], val); in __mod_memcg_lruvec_state() 973 this_cpu_add(pn->lruvec_stats_percpu->state[i], val); in __mod_memcg_lruvec_state() 1087 this_cpu_add(memcg->vmstats_percpu->events[i], count); in count_memcg_events()
|
| /linux/fs/nfsd/ |
| H A D | filecache.c | 293 this_cpu_add(nfsd_file_total_age, age); in nfsd_file_free()
|
| /linux/net/core/ |
| H A D | page_pool.c | 57 this_cpu_add(s->__stat, val); \
|
| /linux/fs/ |
| H A D | buffer.c | 2905 this_cpu_add(bh_accounting.nr, per_cpu(bh_accounting, cpu).nr); in buffer_exit_cpu_dead()
|
| H A D | namespace.c | 258 this_cpu_add(mnt->mnt_pcp->mnt_count, n); in mnt_add_count() 308 this_cpu_add(mnt->mnt_pcp->mnt_count, 1); in alloc_vfsmnt()
|
| /linux/net/sched/ |
| H A D | act_api.c | 1593 this_cpu_add(a->cpu_qstats->drops, drops); in tcf_action_update_stats()
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe_ctlr.c | 1287 this_cpu_add(lport->stats->RxWords, skb->len / FIP_BPW); in fcoe_ctlr_recv_els()
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_main.c | 1231 this_cpu_add(lport->stats->TxWords, wlen); in qedf_xmit()
|