Home
last modified time | relevance | path

Searched refs:get_cpu_ptr (Results 1 – 14 of 14) sorted by relevance

/linux/include/linux/
H A Drelay.h223 buf = *get_cpu_ptr(chan->buf); in __relay_write()
245 struct rchan_buf *buf = *get_cpu_ptr(chan->buf); in relay_reserve()
H A Dif_macvlan.h47 pcpu_stats = get_cpu_ptr(vlan->pcpu_stats); in macvlan_count_rx()
H A Dpercpu-defs.h293 #define get_cpu_ptr(var) \ macro
/linux/arch/riscv/kvm/
H A Daia.c37 struct aia_hgei_control *hgctrl = get_cpu_ptr(&aia_hgei); in aia_find_hgei()
495 struct aia_hgei_control *hgctrl = get_cpu_ptr(&aia_hgei); in hgei_interrupt()
605 hgctrl = get_cpu_ptr(&aia_hgei); in kvm_riscv_aia_disable()
/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt-stats.c22 s = get_cpu_ptr(stats->pcpu_stats); in rtrs_clt_update_wc_stats()
/linux/kernel/cgroup/
H A Drstat.c506 rstatc = get_cpu_ptr(cgrp->rstat_cpu); in cgroup_base_stat_cputime_account_begin()
/linux/Documentation/locking/
H A Dlocktypes.rst422 struct foo *p = get_cpu_ptr(&var1);
429 not allow to acquire p->lock because get_cpu_ptr() implicitly disables
/linux/Documentation/translations/it_IT/locking/
H A Dlocktypes.rst435 struct foo *p = get_cpu_ptr(&var1);
442 di acquisire p->lock perché, implicitamente, get_cpu_ptr() disabilita la
/linux/include/net/
H A Dip_tunnels.h632 struct pcpu_sw_netstats *tstats = get_cpu_ptr(dev->tstats); in iptunnel_xmit_stats()
/linux/block/
H A Dblk-iocost.c725 gcs = get_cpu_ptr(iocg->pcpu_stat); in iocg_commit_bio()
1438 gcs = get_cpu_ptr(iocg->pcpu_stat); in iocg_incur_debt()
2837 ccs = get_cpu_ptr(ioc->pcpu_stat); in ioc_rqos_done()
/linux/net/netfilter/
H A Dnft_set_pipapo.c1398 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {
/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.c702 struct hfi1_opcode_stats_perctx *s = get_cpu_ptr(dd->tx_opstats); in update_tx_opstats()
/linux/net/ipv4/
H A Dnexthop.c677 cpu_stats = get_cpu_ptr(nhge->stats); in nh_grp_entry_stats_inc()
/linux/mm/
H A Dslub.c190 #define slub_get_cpu_ptr(var) get_cpu_ptr(var)