Searched refs:alloc_percpu_gfp (Results 1 – 6 of 6) sorted by relevance
131 #define alloc_percpu_gfp(type, gfp) \ macro
2074 typeof(type) __percpu *pcpu_stats = alloc_percpu_gfp(type, gfp);\
123 fbc->counters = alloc_percpu_gfp(s32, gfp); in __percpu_counter_init()
466 rt6->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, GFP_KERNEL); in vrf_rt6_create()
1330 data->cpu_data = alloc_percpu_gfp(struct fgraph_cpu_data, gfpflags); in graph_trace_open()
347 rt->rt6i_pcpu = alloc_percpu_gfp(struct rt6_info *, GFP_ATOMIC); in ip6_dst_alloc()