Home
last modified time | relevance | path

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

12

/linux-6.12.1/net/netfilter/
Dnft_counter.c69 cpu_stats = alloc_percpu_gfp(struct nft_counter, GFP_KERNEL_ACCOUNT); in nft_counter_do_init()
248 cpu_stats = alloc_percpu_gfp(struct nft_counter, gfp); in nft_counter_clone()
/linux-6.12.1/include/linux/
Dpercpu.h150 #define alloc_percpu_gfp(type, gfp) \ macro
Dnetdevice.h2785 typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
/linux-6.12.1/net/core/
Ddst_cache.c145 dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu, in dst_cache_init()
/linux-6.12.1/fs/bcachefs/
Dtime_stats.c133 alloc_percpu_gfp(struct time_stat_buffer, in __bch2_time_stats_update()
/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_vmid.c248 vmp->last_io_time = alloc_percpu_gfp(u64, GFP_ATOMIC); in lpfc_vmid_get_appid()
/linux-6.12.1/drivers/perf/
Driscv_pmu.c396 pmu->hw_events = alloc_percpu_gfp(struct cpu_hw_events, GFP_KERNEL); in riscv_pmu_alloc()
Dstarfive_starlink_pmu.c524 starlink_pmu->hw_events = alloc_percpu_gfp(struct starlink_hw_events, in starlink_pmu_probe()
Darm_pmu.c860 pmu->hw_events = alloc_percpu_gfp(struct pmu_hw_events, GFP_KERNEL); in armpmu_alloc()
/linux-6.12.1/lib/
Dsbitmap.c16 sb->alloc_hint = alloc_percpu_gfp(unsigned int, flags); in init_alloc_hint()
/linux-6.12.1/block/
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()
Dkyber-iosched.c370 kqd->cpu_latency = alloc_percpu_gfp(struct kyber_cpu_latency, in kyber_queue_data_alloc()
Dblk-iocost.c2969 iocg->pcpu_stat = alloc_percpu_gfp(struct iocg_pcpu_stat, gfp); in ioc_pd_alloc()
/linux-6.12.1/net/rds/
Dib_recv.c107 cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp); in rds_ib_recv_alloc_cache()
/linux-6.12.1/net/tipc/
Dcrypto.c644 aead->tfm_entry = alloc_percpu_gfp(struct tipc_tfm *, GFP_ATOMIC); in tipc_aead_clone()
1480 c->stats = alloc_percpu_gfp(struct tipc_crypto_stats, GFP_ATOMIC); in tipc_crypto_start()
/linux-6.12.1/arch/csky/kernel/
Dperf_event.c1200 csky_pmu.hw_events = alloc_percpu_gfp(struct pmu_hw_events, in init_hw_perf_events()
/linux-6.12.1/kernel/trace/
Dtrace_functions_graph.c1323 data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags); in graph_trace_open()
/linux-6.12.1/kernel/bpf/
Dcore.c113 fp->active = alloc_percpu_gfp(int, bpf_memcg_flags(GFP_KERNEL | gfp_extra_flags)); in bpf_prog_alloc_no_stats()
149 prog->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
/linux-6.12.1/mm/
Dmemcontrol.c3433 pn->lruvec_stats_percpu = alloc_percpu_gfp(struct lruvec_stats_percpu, in alloc_mem_cgroup_per_node_info()
3505 memcg->vmstats_percpu = alloc_percpu_gfp(struct memcg_vmstats_percpu, in mem_cgroup_alloc()
Dmemcontrol-v1.c3085 memcg->events_percpu = alloc_percpu_gfp(struct memcg1_events_percpu, in memcg1_alloc_events()
/linux-6.12.1/net/ipv4/
Dfib_semantics.c590 nhc->nhc_pcpu_rth_output = alloc_percpu_gfp(struct rtable __rcu *, in fib_nh_common_init()
/linux-6.12.1/net/mac80211/
Dsta_info.c499 alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp); in sta_info_alloc_link()
/linux-6.12.1/drivers/spi/
Dspi.c105 pcpu_stats = alloc_percpu_gfp(struct spi_statistics, GFP_KERNEL); in spi_alloc_pcpu_stats()
/linux-6.12.1/net/ipv6/
Daddrconf.c344 idev->stats.ipv6 = alloc_percpu_gfp(struct ipstats_mib, GFP_KERNEL_ACCOUNT); in snmp6_alloc_dev()
Droute.c3628 fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags); in fib6_nh_init()

12