Searched refs:__alloc_percpu_gfp (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/include/linux/ |
D | percpu.h | 143 #define __alloc_percpu_gfp(_size, _align, _gfp) \ macro 151 (typeof(type) __percpu *)__alloc_percpu_gfp(sizeof(type), \
|
D | bpf.h | 2312 __alloc_percpu_gfp(_size, _align, _flags)
|
/linux-6.12.1/kernel/bpf/ |
D | memalloc.c | 144 void __percpu *pptr = __alloc_percpu_gfp(c->unit_size, 8, flags); in __alloc() 528 pc = __alloc_percpu_gfp(sizeof(*pc), 8, GFP_KERNEL); in bpf_mem_alloc_init() 555 pcc = __alloc_percpu_gfp(sizeof(*cc), 8, GFP_KERNEL); in bpf_mem_alloc_init() 584 pcc = __alloc_percpu_gfp(sizeof(struct bpf_mem_caches), 8, GFP_KERNEL); in bpf_mem_alloc_percpu_init()
|
D | syscall.c | 466 ptr = __alloc_percpu_gfp(size, align, flags | __GFP_ACCOUNT); in bpf_map_alloc_percpu()
|
/linux-6.12.1/lib/ |
D | percpu-refcount.c | 72 __alloc_percpu_gfp(sizeof(unsigned long), align, gfp); in percpu_ref_init()
|
D | percpu_counter.c | 198 counters = __alloc_percpu_gfp(nr_counters * counter_size, in __percpu_counter_init_many()
|
/linux-6.12.1/fs/bcachefs/ |
D | disk_accounting.c | 306 .v[0] = __alloc_percpu_gfp(n.nr_counters * sizeof(u64), in __bch2_accounting_mem_insert() 314 n.v[1] = __alloc_percpu_gfp(n.nr_counters * sizeof(u64), in __bch2_accounting_mem_insert() 505 e->v[1] = __alloc_percpu_gfp(e->nr_counters * sizeof(u64), in bch2_gc_accounting_start()
|
/linux-6.12.1/net/core/ |
D | dst.c | 317 md_dst = __alloc_percpu_gfp(sizeof(struct metadata_dst) + optslen, in metadata_dst_alloc_percpu()
|
/linux-6.12.1/block/ |
D | blk-iolatency.c | 973 iolat->stats = __alloc_percpu_gfp(sizeof(struct latency_stat), in iolatency_pd_alloc()
|