Searched refs:VM_DEFER_KMEMLEAK (Results 1 – 6 of 6) sorted by relevance
33 #define VM_DEFER_KMEMLEAK 0x00000800 /* defer kmemleak object creation */ macro35 #define VM_DEFER_KMEMLEAK 0 macro
79 VM_FLUSH_RESET_PERMS | VM_DEFER_KMEMLEAK, in module_alloc()
632 if (vm->flags & VM_DEFER_KMEMLEAK) in kasan_alloc_module_shadow()
41 module_alloc_end, gfp_mask, PAGE_KERNEL, VM_DEFER_KMEMLEAK, in module_alloc()
46 gfp_mask, PAGE_KERNEL_EXEC, VM_DEFER_KMEMLEAK, NUMA_NO_NODE, in module_alloc()
3208 if (!(vm_flags & VM_DEFER_KMEMLEAK)) in __vmalloc_node_range()
Completed in 15 milliseconds