Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpercpu.h139 #define alloc_percpu_gfp(type, gfp) \ macro
Dnetdevice.h2634 typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
/kernel/linux/linux-5.10/net/core/
Ddst_cache.c142 dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu, in dst_cache_init()
/kernel/linux/linux-5.10/lib/
Dpercpu_counter.c149 fbc->counters = alloc_percpu_gfp(s32, gfp); in __percpu_counter_init()
Dsbitmap.c365 sbq->alloc_hint = alloc_percpu_gfp(unsigned int, flags); in sbitmap_queue_init_node()
/kernel/linux/linux-5.10/net/netfilter/
Dnft_counter.c237 cpu_stats = alloc_percpu_gfp(struct nft_counter, GFP_ATOMIC); in nft_counter_clone()
/kernel/linux/linux-5.10/drivers/perf/
Darm_pmu.c902 pmu->hw_events = alloc_percpu_gfp(struct pmu_hw_events, flags); in __armpmu_alloc()
/kernel/linux/linux-5.10/net/rds/
Dib_recv.c106 cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp); in rds_ib_recv_alloc_cache()
/kernel/linux/linux-5.10/block/
Dkyber-iosched.c368 kqd->cpu_latency = alloc_percpu_gfp(struct kyber_cpu_latency, in kyber_queue_data_alloc()
Dblk-cgroup.c164 blkg->iostat_cpu = alloc_percpu_gfp(struct blkg_iostat_set, gfp_mask); in blkg_alloc()
Dblk-iocost.c2921 iocg->pcpu_stat = alloc_percpu_gfp(struct iocg_pcpu_stat, gfp); in ioc_pd_alloc()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Droute.c194 alloc_percpu_gfp(struct nip_rt_info *, GFP_ATOMIC); in nip_dst_alloc()
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_functions_graph.c1216 data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags); in graph_trace_open()
/kernel/linux/linux-5.10/arch/csky/kernel/
Dperf_event.c1200 csky_pmu.hw_events = alloc_percpu_gfp(struct pmu_hw_events, in init_hw_perf_events()
/kernel/linux/linux-5.10/net/tipc/
Dcrypto.c637 aead->tfm_entry = alloc_percpu_gfp(struct tipc_tfm *, GFP_ATOMIC); in tipc_aead_clone()
1484 c->stats = alloc_percpu_gfp(struct tipc_crypto_stats, GFP_ATOMIC); in tipc_crypto_start()
/kernel/linux/linux-5.10/mm/
Dmemcontrol.c5265 pn->lruvec_stat_local = alloc_percpu_gfp(struct lruvec_stat, in alloc_mem_cgroup_per_node_info()
5272 pn->lruvec_stat_cpu = alloc_percpu_gfp(struct lruvec_stat, in alloc_mem_cgroup_per_node_info()
5348 memcg->vmstats_local = alloc_percpu_gfp(struct memcg_vmstats_percpu, in mem_cgroup_alloc()
5353 memcg->vmstats_percpu = alloc_percpu_gfp(struct memcg_vmstats_percpu, in mem_cgroup_alloc()
/kernel/linux/linux-5.10/net/ipv4/
Dfib_semantics.c589 nhc->nhc_pcpu_rth_output = alloc_percpu_gfp(struct rtable __rcu *, in fib_nh_common_init()
/kernel/linux/linux-5.10/net/mac80211/
Dsta_info.c350 alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp); in sta_info_alloc()
/kernel/linux/linux-5.10/kernel/bpf/
Dcore.c122 prog->aux->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
/kernel/linux/linux-5.10/net/ipv6/
Droute.c3511 fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags); in fib6_nh_init()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch59595 + chan->buf = alloc_percpu_gfp(struct rchan_buf *,
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch364125 + chan->buf = alloc_percpu_gfp(struct rchan_buf *,