Home
last modified time | relevance | path

Searched refs:alloc_percpu_gfp (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/include/linux/
Dpercpu.h139 #define alloc_percpu_gfp(type, gfp) \ macro
Dnetdevice.h2397 typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
/Linux-v5.4/net/core/
Ddst_cache.c142 dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu, in dst_cache_init()
/Linux-v5.4/lib/
Dpercpu_counter.c130 fbc->counters = alloc_percpu_gfp(s32, gfp); in __percpu_counter_init()
Dsbitmap.c379 sbq->alloc_hint = alloc_percpu_gfp(unsigned int, flags); in sbitmap_queue_init_node()
/Linux-v5.4/net/netfilter/
Dnft_counter.c237 cpu_stats = alloc_percpu_gfp(struct nft_counter, GFP_ATOMIC); in nft_counter_clone()
/Linux-v5.4/drivers/perf/
Darm_pmu.c792 pmu->hw_events = alloc_percpu_gfp(struct pmu_hw_events, flags); in __armpmu_alloc()
/Linux-v5.4/block/
Dkyber-iosched.c378 kqd->cpu_latency = alloc_percpu_gfp(struct kyber_cpu_latency, in kyber_queue_data_alloc()
/Linux-v5.4/net/rds/
Dib_recv.c106 cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp); in rds_ib_recv_alloc_cache()
/Linux-v5.4/kernel/trace/
Dtrace_functions_graph.c1216 data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags); in graph_trace_open()
/Linux-v5.4/arch/csky/kernel/
Dperf_event.c1200 csky_pmu.hw_events = alloc_percpu_gfp(struct pmu_hw_events, in init_hw_perf_events()
/Linux-v5.4/net/ipv4/
Dfib_semantics.c572 nhc->nhc_pcpu_rth_output = alloc_percpu_gfp(struct rtable __rcu *, in fib_nh_common_init()
/Linux-v5.4/kernel/bpf/
Dcore.c114 prog->aux->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
/Linux-v5.4/net/mac80211/
Dsta_info.c317 alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp); in sta_info_alloc()
/Linux-v5.4/net/ipv6/
Droute.c3479 fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags); in fib6_nh_init()