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

/linux-master/include/linux/
H A Dvmalloc.h25 #define VM_UNINITIALIZED 0x00000020 /* vm_struct is not fully initialized */ macro
/linux-master/mm/
H A Dvmalloc.c3060 * Before removing VM_UNINITIALIZED,
3065 vm->flags &= ~VM_UNINITIALIZED;
3779 VM_UNINITIALIZED | vm_flags, start, end, node,
3838 * In this function, newly allocated vm_struct has VM_UNINITIALIZED
4282 if (vm && (vm->flags & VM_UNINITIALIZED))
4829 if (v->flags & VM_UNINITIALIZED)

Completed in 146 milliseconds