| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | percpu.h | 139 #define alloc_percpu_gfp(type, gfp) \ macro
|
| H A D | netdevice.h | 2666 typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | mq-deadline-cgroup.c | 17 pd->stats = alloc_percpu_gfp(typeof(*pd->stats), in dd_cpd_alloc()
|
| H A D | kyber-iosched.c | 378 kqd->cpu_latency = alloc_percpu_gfp(struct kyber_cpu_latency, in kyber_queue_data_alloc()
|
| H A D | mq-deadline-main.c | 610 dd->stats = alloc_percpu_gfp(typeof(*dd->stats), in dd_init_sched()
|
| H A D | blk-cgroup.c | 165 blkg->iostat_cpu = alloc_percpu_gfp(struct blkg_iostat_set, gfp_mask); in blkg_alloc()
|
| H A D | blk-iocost.c | 2912 iocg->pcpu_stat = alloc_percpu_gfp(struct iocg_pcpu_stat, gfp); in ioc_pd_alloc()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dst_cache.c | 142 dst_cache->cache = alloc_percpu_gfp(struct dst_cache_pcpu, in dst_cache_init()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | percpu_counter.c | 149 fbc->counters = alloc_percpu_gfp(s32, gfp); in __percpu_counter_init()
|
| H A D | sbitmap.c | 365 sbq->alloc_hint = alloc_percpu_gfp(unsigned int, flags); in sbitmap_queue_init_node()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_counter.c | 237 cpu_stats = alloc_percpu_gfp(struct nft_counter, GFP_ATOMIC); in nft_counter_clone()
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | arm_pmu.c | 902 pmu->hw_events = alloc_percpu_gfp(struct pmu_hw_events, flags); in __armpmu_alloc()
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | ib_recv.c | 106 cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp); in rds_ib_recv_alloc_cache()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | crypto.c | 637 aead->tfm_entry = alloc_percpu_gfp(struct tipc_tfm *, GFP_ATOMIC); in tipc_aead_clone() 1484 c->stats = alloc_percpu_gfp(struct tipc_crypto_stats, GFP_ATOMIC); in tipc_crypto_start()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_functions_graph.c | 1216 data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags); in graph_trace_open()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memcontrol.c | 5250 pn->lruvec_stat_local = alloc_percpu_gfp(struct lruvec_stat, in alloc_mem_cgroup_per_node_info() 5257 pn->lruvec_stat_cpu = alloc_percpu_gfp(struct lruvec_stat, in alloc_mem_cgroup_per_node_info() 5333 memcg->vmstats_local = alloc_percpu_gfp(struct memcg_vmstats_percpu, in mem_cgroup_alloc() 5338 memcg->vmstats_percpu = alloc_percpu_gfp(struct memcg_vmstats_percpu, in mem_cgroup_alloc()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_semantics.c | 588 nhc->nhc_pcpu_rth_output = alloc_percpu_gfp(struct rtable __rcu *, in fib_nh_common_init()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | sta_info.c | 350 alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp); in sta_info_alloc()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | core.c | 123 prog->aux->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | route.c | 3513 fib6_nh->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, gfp_flags); in fib6_nh_init()
|