alloc_percpu_gfp 1200 arch/csky/kernel/perf_event.c 	csky_pmu.hw_events = alloc_percpu_gfp(struct pmu_hw_events,
alloc_percpu_gfp  378 block/kyber-iosched.c 	kqd->cpu_latency = alloc_percpu_gfp(struct kyber_cpu_latency,
alloc_percpu_gfp  792 drivers/perf/arm_pmu.c 	pmu->hw_events = alloc_percpu_gfp(struct pmu_hw_events, flags);
alloc_percpu_gfp 2404 include/linux/netdevice.h 	typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
alloc_percpu_gfp  114 kernel/bpf/core.c 	prog->aux->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags);
alloc_percpu_gfp 1216 kernel/trace/trace_functions_graph.c 	data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags);
alloc_percpu_gfp  130 lib/percpu_counter.c 	fbc->counters = alloc_percpu_gfp(s32, gfp);
alloc_percpu_gfp  379 lib/sbitmap.c  	sbq->alloc_hint = alloc_percpu_gfp(unsigned int, flags);
alloc_percpu_gfp  142 net/core/dst_cache.c 	dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu,
alloc_percpu_gfp  572 net/ipv4/fib_semantics.c 	nhc->nhc_pcpu_rth_output = alloc_percpu_gfp(struct rtable __rcu *,
alloc_percpu_gfp 3514 net/ipv6/route.c 	fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags);
alloc_percpu_gfp  318 net/mac80211/sta_info.c 			alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp);
alloc_percpu_gfp  237 net/netfilter/nft_counter.c 	cpu_stats = alloc_percpu_gfp(struct nft_counter, GFP_ATOMIC);
alloc_percpu_gfp  106 net/rds/ib_recv.c 	cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp);