Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/ipc/
H A Dshm.c54 struct file *shm_file; member
282 if (shp->shm_file != sfd->file) { in __shm_open()
317 struct file *shm_file; in shm_destroy() local
319 shm_file = shp->shm_file; in shm_destroy()
320 shp->shm_file = NULL; in shm_destroy()
324 if (!is_file_hugepages(shm_file)) { in shm_destroy()
325 shmem_lock(shm_file, 0, shp->mlock_user); in shm_destroy()
327 user_shm_unlock(i_size_read(file_inode(shm_file)), shp->mlock_user); in shm_destroy()
329 fput(shm_file); in shm_destroy()
1166 struct file *shm_file; shmctl_do_lock() local
[all...]

Completed in 2 milliseconds