Symbol: alloc_percpu_gfp
arch/csky/kernel/perf_event.c
1199
csky_pmu.hw_events = alloc_percpu_gfp(struct pmu_hw_events,
block/blk-cgroup.c
310
blkg->iostat_cpu = alloc_percpu_gfp(struct blkg_iostat_set, gfp_mask);
block/blk-cgroup.c
87
blkcg->lhead = alloc_percpu_gfp(struct llist_head, GFP_KERNEL);
block/blk-iocost.c
2973
iocg->pcpu_stat = alloc_percpu_gfp(struct iocg_pcpu_stat, gfp);
block/kyber-iosched.c
363
kqd->cpu_latency = alloc_percpu_gfp(struct kyber_cpu_latency,
drivers/perf/arm_pmu.c
871
pmu->hw_events = alloc_percpu_gfp(struct pmu_hw_events, GFP_KERNEL);
drivers/perf/riscv_pmu.c
396
pmu->hw_events = alloc_percpu_gfp(struct cpu_hw_events, GFP_KERNEL);
drivers/perf/starfive_starlink_pmu.c
523
starlink_pmu->hw_events = alloc_percpu_gfp(struct starlink_hw_events,
drivers/scsi/lpfc/lpfc_vmid.c
248
vmp->last_io_time = alloc_percpu_gfp(u64, GFP_ATOMIC);
drivers/spi/spi.c
99
pcpu_stats = alloc_percpu_gfp(struct spi_statistics, GFP_KERNEL);
include/linux/netdevice.h
3080
typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
kernel/bpf/core.c
160
prog->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags);
kernel/trace/trace_functions_graph.c
1627
data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags);
lib/sbitmap.c
16
sb->alloc_hint = alloc_percpu_gfp(unsigned int, flags);
mm/memcontrol-v1.c
2216
memcg->events_percpu = alloc_percpu_gfp(struct memcg1_events_percpu,
mm/memcontrol.c
3709
pn->lruvec_stats_percpu = alloc_percpu_gfp(struct lruvec_stats_percpu,
mm/memcontrol.c
3768
memcg->vmstats_percpu = alloc_percpu_gfp(struct memcg_vmstats_percpu,
net/core/dev.c
11828
p = alloc_percpu_gfp(struct net_device_core_stats,
net/core/dst_cache.c
167
dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu,
net/ipv4/fib_semantics.c
619
nhc->nhc_pcpu_rth_output = alloc_percpu_gfp(struct rtable __rcu *,
net/ipv6/addrconf.c
347
idev->stats.ipv6 = alloc_percpu_gfp(struct ipstats_mib, GFP_KERNEL_ACCOUNT);
net/ipv6/route.c
3684
fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags);
net/mac80211/sta_info.c
558
alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp);
net/netfilter/nft_counter.c
260
cpu_stats = alloc_percpu_gfp(struct nft_counter, gfp);
net/netfilter/nft_counter.c
72
cpu_stats = alloc_percpu_gfp(struct nft_counter, GFP_KERNEL_ACCOUNT);
net/rds/ib_recv.c
107
cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp);
net/tipc/crypto.c
1489
c->stats = alloc_percpu_gfp(struct tipc_crypto_stats, GFP_ATOMIC);
net/tipc/crypto.c
644
aead->tfm_entry = alloc_percpu_gfp(struct tipc_tfm *, GFP_ATOMIC);