Home
last modified time | relevance | path

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

/tools/testing/selftests/mm/
Dkhugepaged.c41 VMA_SHMEM, enumerator
151 finfo.type = fs.f_type == TMPFS_MAGIC ? VMA_SHMEM : VMA_FILE; in get_finfo()
152 if (finfo.type == VMA_SHMEM) in get_finfo()
375 finfo.type == VMA_SHMEM ? " (tmpfs)" : ""); in file_setup_area()
430 case VMA_SHMEM: in file_check_huge()
608 return ops == &__file_ops && finfo.type == VMA_SHMEM; in is_tmpfs()