Home
last modified time | relevance | path

Searched refs:VM_UNINITIALIZED (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dvmalloc.h27 #define VM_UNINITIALIZED 0x00000020 /* vm_struct is not fully initialized */ macro
/linux/mm/
H A Dvmalloc.c3200 vm->flags &= ~VM_UNINITIALIZED; in clear_vm_uninitialized_flag()
4025 VM_UNINITIALIZED | vm_flags, start, end, node, in __vmalloc_node_range_noprof()
4637 if (vm && (vm->flags & VM_UNINITIALIZED)) in vread_iter()
5239 if (v->flags & VM_UNINITIALIZED) in vmalloc_info_show()