Searched refs:__alloc_percpu_gfp (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | percpu.h | 134 extern void __percpu *__alloc_percpu_gfp(size_t size, size_t align, gfp_t gfp); 140 (typeof(type) __percpu *)__alloc_percpu_gfp(sizeof(type), \
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | percpu-refcount.c | 71 __alloc_percpu_gfp(sizeof(unsigned long), align, gfp); in percpu_ref_init()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dst.c | 331 md_dst = __alloc_percpu_gfp(sizeof(struct metadata_dst) + optslen, in metadata_dst_alloc_percpu()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | hashtab.c | 270 pptr = __alloc_percpu_gfp(size, 8, GFP_USER | __GFP_NOWARN); in prealloc_init() 324 pptr = __alloc_percpu_gfp(sizeof(struct htab_elem *), 8, in alloc_extra_elems() 911 pptr = __alloc_percpu_gfp(size, 8, in alloc_htab_elem()
|
| H A D | local_storage.c | 528 storage->percpu_buf = __alloc_percpu_gfp(size, 8, flags); in bpf_cgroup_storage_alloc()
|
| H A D | cpumap.c | 430 rcpu->bulkq = __alloc_percpu_gfp(sizeof(*rcpu->bulkq), in __cpu_map_entry_alloc()
|
| H A D | arraymap.c | 37 ptr = __alloc_percpu_gfp(array->elem_size, 8, in bpf_array_alloc_percpu()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-iolatency.c | 963 iolat->stats = __alloc_percpu_gfp(sizeof(struct latency_stat), in iolatency_pd_alloc()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 750 __alloc_percpu_gfp
|
| H A D | abi_gki_aarch64_generic | 20 __alloc_percpu_gfp
|
| H A D | abi_gki_aarch64_db845c | 990 __alloc_percpu_gfp
|
| H A D | abi_gki_aarch64_imx | 1675 __alloc_percpu_gfp
|
| H A D | abi_gki_aarch64_qcom | 27 __alloc_percpu_gfp
|
| H A D | abi_gki_aarch64_mtk | 22 __alloc_percpu_gfp
|
| H A D | abi_gki_aarch64_rockchip | 1918 __alloc_percpu_gfp
|
| H A D | abi_gki_aarch64_oplus | 30 __alloc_percpu_gfp
|
| H A D | abi_gki_aarch64_galaxy | 10 __alloc_percpu_gfp
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | percpu.c | 1891 void __percpu *__alloc_percpu_gfp(size_t size, size_t align, gfp_t gfp) in __alloc_percpu_gfp() function 1895 EXPORT_SYMBOL_GPL(__alloc_percpu_gfp);
|