Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/ipc/
H A Dshm.c83 static const struct file_operations shm_file_operations; variable
645 static const struct file_operations shm_file_operations = { variable
655 * shm_file_operations_huge is now identical to shm_file_operations,
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