Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/firmware/arm_scmi/
Dsmc.c35 struct mutex shmem_lock; member
120 mutex_init(&scmi_info->shmem_lock); in smc_chan_setup()
145 mutex_lock(&scmi_info->shmem_lock); in smc_send_message()
160 mutex_unlock(&scmi_info->shmem_lock); in smc_send_message()
/Linux-v5.15/include/linux/
Dshmem_fs.h69 extern int shmem_lock(struct file *file, int lock, struct ucounts *ucounts);
/Linux-v5.15/ipc/
Dshm.c289 shmem_lock(shm_file, 0, shp->mlock_ucounts); in shm_destroy()
1110 err = shmem_lock(shm_file, 1, ucounts); in shmctl_do_lock()
1121 shmem_lock(shm_file, 0, shp->mlock_ucounts); in shmctl_do_lock()
/Linux-v5.15/mm/
Dshmem.c2227 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() function
4025 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() function