Searched refs:alloc_percpu_gfp (Results 1 – 20 of 20) sorted by relevance
/Linux-v5.15/include/linux/ |
D | percpu.h | 139 #define alloc_percpu_gfp(type, gfp) \ macro
|
D | netdevice.h | 2709 typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
|
/Linux-v5.15/net/core/ |
D | dst_cache.c | 142 dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu, in dst_cache_init()
|
/Linux-v5.15/lib/ |
D | percpu_counter.c | 149 fbc->counters = alloc_percpu_gfp(s32, gfp); in __percpu_counter_init()
|
D | sbitmap.c | 16 sb->alloc_hint = alloc_percpu_gfp(unsigned int, flags); in init_alloc_hint()
|
/Linux-v5.15/net/netfilter/ |
D | nft_counter.c | 238 cpu_stats = alloc_percpu_gfp(struct nft_counter, GFP_ATOMIC); in nft_counter_clone()
|
/Linux-v5.15/drivers/perf/ |
D | arm_pmu.c | 873 pmu->hw_events = alloc_percpu_gfp(struct pmu_hw_events, flags); in __armpmu_alloc()
|
/Linux-v5.15/block/ |
D | kyber-iosched.c | 372 kqd->cpu_latency = alloc_percpu_gfp(struct kyber_cpu_latency, in kyber_queue_data_alloc()
|
D | mq-deadline.c | 569 dd->stats = alloc_percpu_gfp(typeof(*dd->stats), in dd_init_sched()
|
D | blk-cgroup.c | 165 blkg->iostat_cpu = alloc_percpu_gfp(struct blkg_iostat_set, gfp_mask); in blkg_alloc()
|
D | blk-iocost.c | 2917 iocg->pcpu_stat = alloc_percpu_gfp(struct iocg_pcpu_stat, gfp); in ioc_pd_alloc()
|
/Linux-v5.15/net/rds/ |
D | ib_recv.c | 106 cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp); in rds_ib_recv_alloc_cache()
|
/Linux-v5.15/kernel/trace/ |
D | trace_functions_graph.c | 1214 data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags); in graph_trace_open()
|
/Linux-v5.15/arch/csky/kernel/ |
D | perf_event.c | 1200 csky_pmu.hw_events = alloc_percpu_gfp(struct pmu_hw_events, in init_hw_perf_events()
|
/Linux-v5.15/net/tipc/ |
D | crypto.c | 640 aead->tfm_entry = alloc_percpu_gfp(struct tipc_tfm *, GFP_ATOMIC); in tipc_aead_clone() 1487 c->stats = alloc_percpu_gfp(struct tipc_crypto_stats, GFP_ATOMIC); in tipc_crypto_start()
|
/Linux-v5.15/kernel/bpf/ |
D | core.c | 96 fp->active = alloc_percpu_gfp(int, GFP_KERNEL_ACCOUNT | gfp_extra_flags); in bpf_prog_alloc_no_stats() 125 prog->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
|
/Linux-v5.15/net/ipv4/ |
D | fib_semantics.c | 579 nhc->nhc_pcpu_rth_output = alloc_percpu_gfp(struct rtable __rcu *, in fib_nh_common_init()
|
/Linux-v5.15/mm/ |
D | memcontrol.c | 5074 pn->lruvec_stats_percpu = alloc_percpu_gfp(struct lruvec_stats_percpu, in alloc_mem_cgroup_per_node_info() 5140 memcg->vmstats_percpu = alloc_percpu_gfp(struct memcg_vmstats_percpu, in mem_cgroup_alloc()
|
/Linux-v5.15/net/mac80211/ |
D | sta_info.c | 350 alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp); in sta_info_alloc()
|
/Linux-v5.15/net/ipv6/ |
D | route.c | 3624 fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags); in fib6_nh_init()
|