Searched refs:__alloc_percpu_gfp (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H A D | percpu.h | 139 #define __alloc_percpu_gfp(_size, _align, _gfp) \ macro 147 (typeof(type) __percpu *)__alloc_percpu_gfp(sizeof(type), \
|
| H A D | bpf.h | 2683 __alloc_percpu_gfp(_size, _align, _flags)
|
| /linux/kernel/bpf/ |
| H A D | memalloc.c | 146 void __percpu *pptr = __alloc_percpu_gfp(c->unit_size, 8, flags); in __alloc() 529 pc = __alloc_percpu_gfp(sizeof(*pc), 8, GFP_KERNEL); in bpf_mem_alloc_init() 556 pcc = __alloc_percpu_gfp(sizeof(*cc), 8, GFP_KERNEL); in bpf_mem_alloc_init() 585 pcc = __alloc_percpu_gfp(sizeof(struct bpf_mem_caches), 8, GFP_KERNEL); in bpf_mem_alloc_percpu_init()
|
| H A D | core.c | 116 fp->active = __alloc_percpu_gfp(sizeof(u8[BPF_NR_CONTEXTS]), 4, in bpf_prog_alloc_no_stats()
|
| H A D | syscall.c | 583 ptr = __alloc_percpu_gfp(size, align, flags | __GFP_ACCOUNT); in bpf_map_alloc_percpu()
|
| /linux/lib/ |
| H A D | percpu-refcount.c | 72 __alloc_percpu_gfp(sizeof(unsigned long), align, gfp); in percpu_ref_init()
|
| H A D | percpu_counter.c | 198 counters = __alloc_percpu_gfp(nr_counters * counter_size, in __percpu_counter_init_many()
|
| /linux/net/core/ |
| H A D | dst.c | 326 md_dst = __alloc_percpu_gfp(struct_size(md_dst, u.tun_info.options, in metadata_dst_alloc_percpu()
|
| /linux/block/ |
| H A D | blk-iolatency.c | 973 iolat->stats = __alloc_percpu_gfp(sizeof(struct latency_stat), in iolatency_pd_alloc()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2058 priv_stack_ptr = __alloc_percpu_gfp(priv_stack_alloc_sz, 16, GFP_KERNEL); in bpf_int_jit_compile()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 3767 priv_stack_ptr = __alloc_percpu_gfp(priv_stack_alloc_sz, 8, GFP_KERNEL); in bpf_int_jit_compile()
|