Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drelay.h236 buf = *get_cpu_ptr(chan->buf); in __relay_write()
258 struct rchan_buf *buf = *get_cpu_ptr(chan->buf); in relay_reserve()
H A Dif_macvlan.h45 pcpu_stats = get_cpu_ptr(vlan->pcpu_stats); in macvlan_count_rx()
H A Dpercpu-defs.h291 #define get_cpu_ptr(var) \ macro
/OK3568_Linux_fs/kernel/block/
H A Dmq-deadline-cgroup.h45 struct blkcg_io_stats *io_stats = get_cpu_ptr((ddcg)->stats); \
H A Dblk-iolatency.c221 struct latency_stat *stat = get_cpu_ptr(iolat->stats); in latency_stat_record_time()
H A Dblk-iocost.c729 gcs = get_cpu_ptr(iocg->pcpu_stat); in iocg_commit_bio()
1357 gcs = get_cpu_ptr(iocg->pcpu_stat); in iocg_incur_debt()
2774 ccs = get_cpu_ptr(ioc->pcpu_stat); in ioc_rqos_done()
H A Dkyber-iosched.c647 cpu_latency = get_cpu_ptr(kqd->cpu_latency); in kyber_completed_request()
H A Dmq-deadline-main.c108 struct io_stats *io_stats = get_cpu_ptr((dd)->stats); \
H A Dblk-throttle.c2337 latency = get_cpu_ptr(td->latency_buckets[op]); in throtl_track_latency()
/OK3568_Linux_fs/kernel/lib/
H A Drandom32.c387 struct siprand_state *state = get_cpu_ptr(&net_rand_state); in prandom_u32()
402 struct siprand_state *state = get_cpu_ptr(&net_rand_state); in prandom_bytes()
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dhv.c55 hv_cpu = get_cpu_ptr(hv_context.cpu_context); in hv_post_message()
/OK3568_Linux_fs/kernel/mm/
H A Dzswap.c922 tfm = *get_cpu_ptr(entry->pool->tfm); in zswap_writeback_entry()
1078 tfm = *get_cpu_ptr(entry->pool->tfm); in zswap_frontswap_store()
1179 tfm = *get_cpu_ptr(entry->pool->tfm); in zswap_frontswap_load()
H A Dz3fold.c626 struct list_head *unbuddied = get_cpu_ptr(pool->unbuddied); in add_to_unbuddied()
884 unbuddied = get_cpu_ptr(pool->unbuddied); in __z3fold_alloc()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Drstat.c345 rstatc = get_cpu_ptr(cgrp->rstat_cpu); in cgroup_base_stat_cputime_account_begin()
/OK3568_Linux_fs/kernel/include/net/
H A Dip_tunnels.h447 struct pcpu_sw_netstats *tstats = get_cpu_ptr(dev->tstats); in iptunnel_xmit_stats()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlocktypes.rst425 struct foo *p = get_cpu_ptr(&var1);
432 not allow to acquire p->lock because get_cpu_ptr() implicitly disables
/OK3568_Linux_fs/kernel/drivers/net/wireguard/
H A Dreceive.c23 get_cpu_ptr(peer->device->dev->tstats); in update_rx_stats()
/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A Drnbd-clt.c235 cpup = get_cpu_ptr(sess->cpu_rr); in rnbd_rerun_if_needed()
1070 cpu_q = get_cpu_ptr(sess->cpu_queues); in rnbd_clt_dev_add_to_requeue()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dcrypto.c408 head = *get_cpu_ptr(aead->tfm_entry); in tipc_aead_free()
486 tfm_entry = get_cpu_ptr(aead->tfm_entry); in tipc_aead_tfm_next()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c2031 stats = get_cpu_ptr(tun->pcpu_stats); in tun_get_user()
2088 stats = get_cpu_ptr(tun->pcpu_stats); in tun_put_user_xdp()
2183 stats = get_cpu_ptr(tun->pcpu_stats); in tun_put_user()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimer.c1971 new_base = get_cpu_ptr(&timer_bases[b]); in timers_dead_cpu()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_set_pipapo.c1246 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dverbs.c744 struct hfi1_opcode_stats_perctx *s = get_cpu_ptr(dd->tx_opstats); in update_tx_opstats()