Searched refs:VM_UNINITIALIZED (Results 1 – 2 of 2) sorted by relevance
25 #define VM_UNINITIALIZED 0x00000020 /* vm_struct is not fully initialized */ macro
2579 * Before removing VM_UNINITIALIZED, in clear_vm_uninitialized_flag() 2584 vm->flags &= ~VM_UNINITIALIZED; in clear_vm_uninitialized_flag() 3292 VM_UNINITIALIZED | vm_flags, start, end, node, in __vmalloc_node_range() 3351 * In this function, newly allocated vm_struct has VM_UNINITIALIZED in __vmalloc_node_range() 3794 if (vm && (vm->flags & VM_UNINITIALIZED)) in vread_iter() 4355 if (v->flags & VM_UNINITIALIZED) in show_numa_info()