Searched refs:alloc_percpu_gfp (Results 1 – 16 of 16) sorted by relevance
| /linux/include/linux/ |
| H A D | percpu.h | 146 #define alloc_percpu_gfp(type, gfp) \ macro
|
| H A D | netdevice.h | 3113 typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
|
| /linux/net/core/ |
| H A D | dst_cache.c | 167 dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu, in dst_cache_init()
|
| H A D | dev.c | 11807 p = alloc_percpu_gfp(struct net_device_core_stats, in netdev_core_stats_alloc()
|
| /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 | arm_pmu.c | 871 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/net/tipc/ |
| H A D | crypto.c | 635 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/mm/ |
| H A D | zswap.c | 295 pool->acomp_ctx = alloc_percpu_gfp(*pool->acomp_ctx, in zswap_pool_create()
|
| H A D | memcontrol.c | 3932 pn->lruvec_stats_percpu = alloc_percpu_gfp(struct lruvec_stats_percpu, in alloc_mem_cgroup_per_node_info() 3997 memcg->vmstats_percpu = alloc_percpu_gfp(struct memcg_vmstats_percpu, in mem_cgroup_alloc()
|
| /linux/kernel/trace/ |
| H A D | trace_functions_graph.c | 1627 data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags); in graph_trace_open()
|
| /linux/kernel/bpf/ |
| H A D | core.c | 159 prog->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
|
| /linux/net/mac80211/ |
| H A D | sta_info.c | 558 alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp); in sta_info_alloc_link()
|
| /linux/drivers/spi/ |
| H A D | spi.c | 99 pcpu_stats = alloc_percpu_gfp(struct spi_statistics, GFP_KERNEL); in spi_alloc_pcpu_stats()
|
| /linux/net/ipv6/ |
| H A D | route.c | 3694 fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags); in fib6_nh_init()
|
| H A D | addrconf.c | 348 idev->stats.ipv6 = alloc_percpu_gfp(struct ipstats_mib, GFP_KERNEL_ACCOUNT); in snmp6_alloc_dev()
|