alloc_percpu_gfp
csky_pmu.hw_events = alloc_percpu_gfp(struct pmu_hw_events,
blkg->iostat_cpu = alloc_percpu_gfp(struct blkg_iostat_set, gfp_mask);
blkcg->lhead = alloc_percpu_gfp(struct llist_head, GFP_KERNEL);
iocg->pcpu_stat = alloc_percpu_gfp(struct iocg_pcpu_stat, gfp);
kqd->cpu_latency = alloc_percpu_gfp(struct kyber_cpu_latency,
pmu->hw_events = alloc_percpu_gfp(struct pmu_hw_events, GFP_KERNEL);
pmu->hw_events = alloc_percpu_gfp(struct cpu_hw_events, GFP_KERNEL);
starlink_pmu->hw_events = alloc_percpu_gfp(struct starlink_hw_events,
vmp->last_io_time = alloc_percpu_gfp(u64, GFP_ATOMIC);
pcpu_stats = alloc_percpu_gfp(struct spi_statistics, GFP_KERNEL);
typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
prog->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags);
data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags);
sb->alloc_hint = alloc_percpu_gfp(unsigned int, flags);
memcg->events_percpu = alloc_percpu_gfp(struct memcg1_events_percpu,
pn->lruvec_stats_percpu = alloc_percpu_gfp(struct lruvec_stats_percpu,
memcg->vmstats_percpu = alloc_percpu_gfp(struct memcg_vmstats_percpu,
p = alloc_percpu_gfp(struct net_device_core_stats,
dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu,
nhc->nhc_pcpu_rth_output = alloc_percpu_gfp(struct rtable __rcu *,
idev->stats.ipv6 = alloc_percpu_gfp(struct ipstats_mib, GFP_KERNEL_ACCOUNT);
fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags);
alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp);
cpu_stats = alloc_percpu_gfp(struct nft_counter, gfp);
cpu_stats = alloc_percpu_gfp(struct nft_counter, GFP_KERNEL_ACCOUNT);
cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp);
c->stats = alloc_percpu_gfp(struct tipc_crypto_stats, GFP_ATOMIC);
aead->tfm_entry = alloc_percpu_gfp(struct tipc_tfm *, GFP_ATOMIC);