Searched refs:shmem_lock (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/firmware/arm_scmi/ |
D | smc.c | 39 struct mutex shmem_lock; member 70 mutex_init(&scmi_info->shmem_lock); in smc_channel_lock_init() 89 mutex_lock(&scmi_info->shmem_lock); in smc_channel_lock_acquire() 97 mutex_unlock(&scmi_info->shmem_lock); in smc_channel_lock_release()
|
/linux-6.1.9/include/linux/ |
D | shmem_fs.h | 76 extern int shmem_lock(struct file *file, int lock, struct ucounts *ucounts);
|
/linux-6.1.9/ipc/ |
D | shm.c | 338 shmem_lock(shm_file, 0, shp->mlock_ucounts); in shm_destroy() 1216 err = shmem_lock(shm_file, 1, ucounts); in shmctl_do_lock() 1227 shmem_lock(shm_file, 0, shp->mlock_ucounts); in shmctl_do_lock()
|
/linux-6.1.9/mm/ |
D | shmem.c | 2253 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() function 4157 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() function
|