Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dvmalloc.h17 #define VM_VPAGES 0x00000010 /* buffer for pages was vmalloc'ed */ macro
/linux-4.1.27/mm/
Dvmalloc.c1482 if (area->flags & VM_VPAGES) in __vunmap()
1595 area->flags |= VM_VPAGES; in __vmalloc_area_node()
2653 if (v->flags & VM_VPAGES) in s_show()