Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Ddc_fpu.c61 pcpu = get_cpu_ptr(&fpu_recursion_depth); in dc_assert_fp_enabled()
85 pcpu = get_cpu_ptr(&fpu_recursion_depth); in dc_fpu_begin()
123 pcpu = get_cpu_ptr(&fpu_recursion_depth); in dc_fpu_end()
/linux-6.1.9/include/linux/
Drelay.h223 buf = *get_cpu_ptr(chan->buf); in __relay_write()
245 struct rchan_buf *buf = *get_cpu_ptr(chan->buf); in relay_reserve()
Dif_macvlan.h47 pcpu_stats = get_cpu_ptr(vlan->pcpu_stats); in macvlan_count_rx()
Dpercpu-defs.h291 #define get_cpu_ptr(var) \ macro
/linux-6.1.9/drivers/infiniband/ulp/rtrs/
Drtrs-clt-stats.c22 s = get_cpu_ptr(stats->pcpu_stats); in rtrs_clt_update_wc_stats()
/linux-6.1.9/drivers/hv/
Dhv.c93 hv_cpu = get_cpu_ptr(hv_context.cpu_context); in hv_post_message()
/linux-6.1.9/kernel/cgroup/
Drstat.c395 rstatc = get_cpu_ptr(cgrp->rstat_cpu); in cgroup_base_stat_cputime_account_begin()
/linux-6.1.9/include/net/
Dip_tunnels.h469 struct pcpu_sw_netstats *tstats = get_cpu_ptr(dev->tstats); in iptunnel_xmit_stats()
/linux-6.1.9/Documentation/locking/
Dlocktypes.rst422 struct foo *p = get_cpu_ptr(&var1);
429 not allow to acquire p->lock because get_cpu_ptr() implicitly disables
/linux-6.1.9/fs/xfs/
Dxfs_icache.c2036 gc = get_cpu_ptr(mp->m_inodegc); in xfs_inodegc_queue()
2092 gc = get_cpu_ptr(mp->m_inodegc); in xfs_inodegc_cpu_dead()
Dxfs_log_cil.c580 cilpcp = get_cpu_ptr(cil->xc_pcp); in xlog_cil_insert_items()
/linux-6.1.9/drivers/block/rnbd/
Drnbd-clt.c211 cpup = get_cpu_ptr(sess->cpu_rr); in rnbd_rerun_if_needed()
1060 cpu_q = get_cpu_ptr(sess->cpu_queues); in rnbd_clt_dev_add_to_requeue()
/linux-6.1.9/block/
Dblk-iolatency.c222 struct latency_stat *stat = get_cpu_ptr(iolat->stats); in latency_stat_record_time()
Dkyber-iosched.c651 cpu_latency = get_cpu_ptr(kqd->cpu_latency); in kyber_completed_request()
Dblk-iocost.c722 gcs = get_cpu_ptr(iocg->pcpu_stat); in iocg_commit_bio()
1398 gcs = get_cpu_ptr(iocg->pcpu_stat); in iocg_incur_debt()
2785 ccs = get_cpu_ptr(ioc->pcpu_stat); in ioc_rqos_done()
Dblk-throttle.c2285 latency = get_cpu_ptr(td->latency_buckets[rw]); in throtl_track_latency()
/linux-6.1.9/net/tipc/
Dcrypto.c414 head = *get_cpu_ptr(aead->tfm_entry); in tipc_aead_free()
493 tfm_entry = get_cpu_ptr(aead->tfm_entry); in tipc_aead_tfm_next()
/linux-6.1.9/kernel/time/
Dtimer.c2024 new_base = get_cpu_ptr(&timer_bases[b]); in timers_dead_cpu()
/linux-6.1.9/arch/s390/kernel/
Dperf_cpum_cf.c1016 struct cpu_cf_events *cpuhw = get_cpu_ptr(&cpu_cf_events); in cfset_needspace()
/linux-6.1.9/net/netfilter/
Dnft_set_pipapo.c1246 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dverbs.c702 struct hfi1_opcode_stats_perctx *s = get_cpu_ptr(dd->tx_opstats); in update_tx_opstats()
/linux-6.1.9/mm/
Dslub.c173 #define slub_get_cpu_ptr(var) get_cpu_ptr(var)