Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemfd.c73 if (is_file_hugepages(memfd)) { in memfd_alloc_folio()
216 if (is_file_hugepages(file)) in memfd_file_seals_ptr()
H A Dvma.c2349 if (file && is_file_hugepages(file)) in accountable_mapping()
H A Dfilemap.c4731 if (is_file_hugepages(fd_file(f))) in SYSCALL_DEFINE4()
/linux/arch/sparc/kernel/
H A Dsys_sparc_64.c93 if (filp && is_file_hugepages(filp)) in get_align_mask()
110 if (filp && is_file_hugepages(filp)) in arch_get_unmapped_area()
178 if (filp && is_file_hugepages(filp)) in arch_get_unmapped_area_topdown()
/linux/arch/loongarch/mm/
H A Dmmap.c68 if (filp && is_file_hugepages(filp)) in arch_get_unmapped_area_common()
/linux/tools/testing/vma/include/
H A Dstubs.h233 static inline bool is_file_hugepages(const struct file *file) in is_file_hugepages() function
/linux/ipc/
H A Dshm.c340 if (!is_file_hugepages(shm_file)) in shm_destroy()
941 if (is_file_hugepages(shp->shm_file)) { in shm_add_rss_swap()
1207 if (is_file_hugepages(shm_file)) in shmctl_do_lock()
1628 is_file_hugepages(base) ? in do_shmat()
/linux/include/linux/
H A Dhugetlb.h528 static inline bool is_file_hugepages(const struct file *file) in is_file_hugepages() function
539 #define is_file_hugepages(file) false macro
/linux/drivers/dma-buf/
H A Dudmabuf.c295 if (!shmem_file(memfd) && !is_file_hugepages(memfd)) in check_memfd_seals()