Home
last modified time | relevance | path

Searched refs:vmalloc_noprof (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/um/include/shared/
H A Dum_malloc.h14 extern void *vmalloc_noprof(unsigned long size);
15 #define vmalloc(...) vmalloc_noprof(__VA_ARGS__)
/linux-6.15/fs/bcachefs/
H A Ddarray.c25 : vmalloc_noprof(bytes); in __bch2_darray_resize_noprof()
/linux-6.15/include/linux/
H A Dvmalloc.h138 extern void *vmalloc_noprof(unsigned long size) __alloc_size(1);
139 #define vmalloc(...) alloc_hooks(vmalloc_noprof(__VA_ARGS__))
/linux-6.15/kernel/
H A Dkallsyms_selftest.c85 ITEM_FUNC(vmalloc_noprof),
/linux-6.15/mm/
H A Dnommu.c197 void *vmalloc_noprof(unsigned long size) in vmalloc_noprof() function
201 EXPORT_SYMBOL(vmalloc_noprof);
236 return vmalloc_noprof(size); in vmalloc_node_noprof()
H A Dvmalloc.c3939 void *vmalloc_noprof(unsigned long size) in vmalloc_noprof() function
3944 EXPORT_SYMBOL(vmalloc_noprof);