Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpercpu.h145 #define alloc_percpu_gfp(type, gfp) \ macro
Dnetdevice.h2363 typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
/Linux-v4.19/net/core/
Ddst_cache.c146 dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu, in dst_cache_init()
/Linux-v4.19/lib/
Dpercpu_counter.c130 fbc->counters = alloc_percpu_gfp(s32, gfp); in __percpu_counter_init()
Dsbitmap.c314 sbq->alloc_hint = alloc_percpu_gfp(unsigned int, flags); in sbitmap_queue_init_node()
/Linux-v4.19/net/netfilter/
Dnft_counter.c240 cpu_stats = alloc_percpu_gfp(struct nft_counter, GFP_ATOMIC); in nft_counter_clone()
/Linux-v4.19/drivers/perf/
Darm_pmu.c799 pmu->hw_events = alloc_percpu_gfp(struct pmu_hw_events, flags); in __armpmu_alloc()
/Linux-v4.19/net/rds/
Dib_recv.c106 cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp); in rds_ib_recv_alloc_cache()
/Linux-v4.19/kernel/trace/
Dtrace_functions_graph.c1412 data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags); in graph_trace_open()
/Linux-v4.19/net/mac80211/
Dsta_info.c318 alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp); in sta_info_alloc()
/Linux-v4.19/net/ipv6/
Dip6_fib.c156 f6i->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags); in fib6_info_alloc()