Searched refs:__alloc_percpu_gfp (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | percpu.h | 132 extern void __percpu *__alloc_percpu_gfp(size_t size, size_t align, gfp_t gfp) __alloc_size(1); 141 (typeof(type) __percpu *)__alloc_percpu_gfp(sizeof(type), \
|
H A D | bpf.h | 2148 return __alloc_percpu_gfp(size, align, flags); in bpf_map_alloc_percpu()
|
/openbmc/linux/kernel/bpf/ |
H A D | memalloc.c | 140 void *pptr = __alloc_percpu_gfp(c->unit_size, 8, flags); in __alloc() 507 pc = __alloc_percpu_gfp(sizeof(*pc), 8, GFP_KERNEL); in bpf_mem_alloc_init() 539 pcc = __alloc_percpu_gfp(sizeof(*cc), 8, GFP_KERNEL); in bpf_mem_alloc_init()
|
H A D | syscall.c | 466 ptr = __alloc_percpu_gfp(size, align, flags | __GFP_ACCOUNT); in bpf_map_alloc_percpu()
|
/openbmc/linux/lib/ |
H A D | percpu_counter.c | 164 counters = __alloc_percpu_gfp(nr_counters * counter_size, in __percpu_counter_init_many()
|
H A D | percpu-refcount.c | 72 __alloc_percpu_gfp(sizeof(unsigned long), align, gfp); in percpu_ref_init()
|
/openbmc/linux/net/core/ |
H A D | dst.c | 319 md_dst = __alloc_percpu_gfp(sizeof(struct metadata_dst) + optslen, in metadata_dst_alloc_percpu()
|
/openbmc/linux/block/ |
H A D | blk-iolatency.c | 973 iolat->stats = __alloc_percpu_gfp(sizeof(struct latency_stat), in iolatency_pd_alloc()
|
/openbmc/linux/mm/ |
H A D | percpu.c | 1930 void __percpu *__alloc_percpu_gfp(size_t size, size_t align, gfp_t gfp) in __alloc_percpu_gfp() function 1934 EXPORT_SYMBOL_GPL(__alloc_percpu_gfp);
|