Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddst_cache.c167 dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu, in dst_cache_init()
H A Ddev.c11576 p = alloc_percpu_gfp(struct net_device_core_stats, in netdev_core_stats_alloc()
/linux/fs/bcachefs/
H A Dtime_stats.c137 alloc_percpu_gfp(struct time_stat_buffer, in __bch2_time_stats_update()
H A Dsix.c874 lock->readers = alloc_percpu_gfp(unsigned, gfp); in __six_lock_init()
/linux/drivers/perf/
H A Dstarfive_starlink_pmu.c524 starlink_pmu->hw_events = alloc_percpu_gfp(struct starlink_hw_events, in starlink_pmu_probe()
H A Darm_pmu.c868 pmu->hw_events = alloc_percpu_gfp(struct pmu_hw_events, GFP_KERNEL); in armpmu_alloc()
/linux/lib/
H A Dsbitmap.c16 sb->alloc_hint = alloc_percpu_gfp(unsigned int, flags); in init_alloc_hint()
/linux/block/
H A Dblk-cgroup.c87 blkcg->lhead = alloc_percpu_gfp(struct llist_head, GFP_KERNEL); in init_blkcg_llists()
316 blkg->iostat_cpu = alloc_percpu_gfp(struct blkg_iostat_set, gfp_mask); in blkg_alloc()
H A Dkyber-iosched.c367 kqd->cpu_latency = alloc_percpu_gfp(struct kyber_cpu_latency, in kyber_queue_data_alloc()
H A Dblk-iocost.c2975 iocg->pcpu_stat = alloc_percpu_gfp(struct iocg_pcpu_stat, gfp); in ioc_pd_alloc()
/linux/net/rds/
H A Dib_recv.c107 cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp); in rds_ib_recv_alloc_cache()
/linux/arch/csky/kernel/
H A Dperf_event.c1199 csky_pmu.hw_events = alloc_percpu_gfp(struct pmu_hw_events, in init_hw_perf_events()
/linux/kernel/trace/
H A Dtrace_functions_graph.c1566 data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags); in graph_trace_open()
/linux/kernel/bpf/
H A Dcore.c113 fp->active = alloc_percpu_gfp(int, bpf_memcg_flags(GFP_KERNEL | gfp_extra_flags)); in bpf_prog_alloc_no_stats()
154 prog->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
/linux/mm/
H A Dmemcontrol-v1.c2194 memcg->events_percpu = alloc_percpu_gfp(struct memcg1_events_percpu, in memcg1_alloc_events()
H A Dmemcontrol.c3669 pn->lruvec_stats_percpu = alloc_percpu_gfp(struct lruvec_stats_percpu, in alloc_mem_cgroup_per_node_info()
3729 memcg->vmstats_percpu = alloc_percpu_gfp(struct memcg_vmstats_percpu, in mem_cgroup_alloc()
/linux/net/mac80211/
H A Dsta_info.c546 alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp); in sta_info_alloc_link()
/linux/include/linux/
H A Dnetdevice.h3053 typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
/linux/net/ipv6/
H A Droute.c3677 fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags); in fib6_nh_init()
H A Daddrconf.c347 idev->stats.ipv6 = alloc_percpu_gfp(struct ipstats_mib, GFP_KERNEL_ACCOUNT); in snmp6_alloc_dev()