Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmalloc.h40 #define VM_SPARSE 0x00001000 /* sparse vm_area. not all pages are present. */ macro
/linux/kernel/bpf/
H A Darena.c125 kern_vm = get_vm_area(KERN_VM_SZ, VM_SPARSE | VM_USERMAP); in arena_map_alloc()
/linux/mm/
H A Dvmalloc.c729 if (WARN_ON_ONCE(!(area->flags & VM_SPARSE))) in check_sparse_vm_area()
4655 else if (!(vm && (vm->flags & (VM_IOREMAP | VM_SPARSE)))) in vread_iter()
5249 if (v->flags & VM_SPARSE) in vmalloc_info_show()