Searched refs:alloc_percpu_gfp (Results 1 – 24 of 24) sorted by relevance
/linux/net/netfilter/ |
H A D | nft_counter.c | 69 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/include/linux/ |
H A D | percpu.h | 150 #define alloc_percpu_gfp(type, gfp) \ macro
|
H A D | netdevice.h | 3002 typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
|
/linux/net/core/ |
H A D | dst_cache.c | 145 dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu, in dst_cache_init()
|
H A D | dev.c | 11331 p = alloc_percpu_gfp(struct net_device_core_stats, in netdev_core_stats_alloc()
|
/linux/fs/bcachefs/ |
H A D | time_stats.c | 133 alloc_percpu_gfp(struct time_stat_buffer, in __bch2_time_stats_update()
|
H A D | six.c | 877 lock->readers = alloc_percpu_gfp(unsigned, gfp); in __six_lock_init()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_vmid.c | 248 vmp->last_io_time = alloc_percpu_gfp(u64, GFP_ATOMIC); in lpfc_vmid_get_appid()
|
/linux/drivers/perf/ |
H A D | riscv_pmu.c | 396 pmu->hw_events = alloc_percpu_gfp(struct cpu_hw_events, GFP_KERNEL); in riscv_pmu_alloc()
|
H A D | starfive_starlink_pmu.c | 524 starlink_pmu->hw_events = alloc_percpu_gfp(struct starlink_hw_events, in starlink_pmu_probe()
|
H A D | arm_pmu.c | 860 pmu->hw_events = alloc_percpu_gfp(struct pmu_hw_events, GFP_KERNEL); in armpmu_alloc()
|
/linux/lib/ |
H A D | sbitmap.c | 16 sb->alloc_hint = alloc_percpu_gfp(unsigned int, flags); in init_alloc_hint()
|
/linux/block/ |
H A D | blk-cgroup.c | 87 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 D | blk-iocost.c | 2976 iocg->pcpu_stat = alloc_percpu_gfp(struct iocg_pcpu_stat, gfp); in ioc_pd_alloc()
|
/linux/net/rds/ |
H A D | ib_recv.c | 107 cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp); in rds_ib_recv_alloc_cache()
|
/linux/arch/csky/kernel/ |
H A D | perf_event.c | 1200 csky_pmu.hw_events = alloc_percpu_gfp(struct pmu_hw_events, in init_hw_perf_events()
|
/linux/kernel/trace/ |
H A D | trace_functions_graph.c | 1481 data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags); in graph_trace_open()
|
/linux/kernel/bpf/ |
H A D | core.c | 113 fp->active = alloc_percpu_gfp(int, bpf_memcg_flags(GFP_KERNEL | gfp_extra_flags)); in bpf_prog_alloc_no_stats() 150 prog->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
|
/linux/mm/ |
H A D | memcontrol.c | 3449 pn->lruvec_stats_percpu = alloc_percpu_gfp(struct lruvec_stats_percpu, in alloc_mem_cgroup_per_node_info() 3521 memcg->vmstats_percpu = alloc_percpu_gfp(struct memcg_vmstats_percpu, in mem_cgroup_alloc()
|
/linux/net/ipv4/ |
H A D | fib_semantics.c | 569 nhc->nhc_pcpu_rth_output = alloc_percpu_gfp(struct rtable __rcu *, in fib_nh_common_init()
|
/linux/net/mac80211/ |
H A D | sta_info.c | 499 alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp); in sta_info_alloc_link()
|
/linux/drivers/spi/ |
H A D | spi.c | 105 pcpu_stats = alloc_percpu_gfp(struct spi_statistics, GFP_KERNEL); in spi_alloc_pcpu_stats()
|
/linux/net/ipv6/ |
H A D | route.c | 3633 fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags); in fib6_nh_init()
|
H A D | addrconf.c | 344 idev->stats.ipv6 = alloc_percpu_gfp(struct ipstats_mib, GFP_KERNEL_ACCOUNT); in snmp6_alloc_dev()
|