Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/arm_scmi/transports/
H A Dsmc.c66 struct mutex shmem_lock; member
102 mutex_init(&scmi_info->shmem_lock); in smc_channel_lock_init()
121 mutex_lock(&scmi_info->shmem_lock); in smc_channel_lock_acquire()
129 mutex_unlock(&scmi_info->shmem_lock); in smc_channel_lock_release()
/linux-6.15/include/linux/
H A Dshmem_fs.h98 extern int shmem_lock(struct file *file, int lock, struct ucounts *ucounts);
/linux-6.15/ipc/
H A Dshm.c339 shmem_lock(shm_file, 0, shp->mlock_ucounts); in shm_destroy()
1208 err = shmem_lock(shm_file, 1, ucounts); in shmctl_do_lock()
1219 shmem_lock(shm_file, 0, shp->mlock_ucounts); in shmctl_do_lock()
/linux-6.15/mm/
H A Dshmem.c2899 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() function
5759 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() function