Home
last modified time | relevance | path

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

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