Lines Matching defs:gfp
118 #define gfp_kmemleak_mask(gfp) (((gfp) & (GFP_KERNEL | GFP_ATOMIC | \ argument
459 static struct kmemleak_object *mem_pool_alloc(gfp_t gfp) in mem_pool_alloc()
641 static struct kmemleak_object *__alloc_object(gfp_t gfp) in __alloc_object()
743 int min_count, gfp_t gfp, unsigned int objflags) in __create_object()
762 int min_count, gfp_t gfp) in create_object()
769 int min_count, gfp_t gfp) in create_object_phys()
776 int min_count, gfp_t gfp) in create_object_percpu()
931 static void add_scan_area(unsigned long ptr, size_t size, gfp_t gfp) in add_scan_area()
1039 gfp_t gfp) in kmemleak_alloc()
1058 gfp_t gfp) in kmemleak_alloc_percpu()
1080 void __ref kmemleak_vmalloc(const struct vm_struct *area, size_t size, gfp_t gfp) in kmemleak_vmalloc()
1227 void __ref kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area()
1261 void __ref kmemleak_alloc_phys(phys_addr_t phys, size_t size, gfp_t gfp) in kmemleak_alloc_phys()