Home
last modified time | relevance | path

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

/mm/
Dvmalloc.c270 #define VM_LAZY_FREE 0x01 macro
621 if (va->flags & VM_LAZY_FREE) { in __purge_vmap_area_lazy()
629 va->flags &= ~VM_LAZY_FREE; in __purge_vmap_area_lazy()
677 va->flags |= VM_LAZY_FREE; in free_vmap_area_noflush()
2699 if (va->flags & (VM_LAZY_FREE | VM_LAZY_FREEING)) in get_vmalloc_info()