Home
last modified time | relevance | path

Searched refs:shm_file_operations_huge (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/ipc/
H A Dshm.c655 * shm_file_operations_huge is now identical to shm_file_operations,
658 static const struct file_operations shm_file_operations_huge = { variable
669 return file->f_op == &shm_file_operations_huge; in is_file_shm_hugepages()
1642 file = alloc_file_clone(base, f_flags, is_file_hugepages(base) ? &shm_file_operations_huge : &shm_file_operations); in do_shmat()

Completed in 3 milliseconds