Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/arm_scmi/
H A Dsmc.c60 struct mutex shmem_lock; member
93 mutex_init(&scmi_info->shmem_lock); in smc_channel_lock_init()
112 mutex_lock(&scmi_info->shmem_lock); in smc_channel_lock_acquire()
120 mutex_unlock(&scmi_info->shmem_lock); in smc_channel_lock_release()
/openbmc/linux/include/linux/
H A Dshmem_fs.h94 extern int shmem_lock(struct file *file, int lock, struct ucounts *ucounts);
/openbmc/linux/ipc/
H A Dshm.c338 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()
/openbmc/linux/mm/
H A Dshmem.c2365 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() function
4747 int shmem_lock(struct file *file, int lock, struct ucounts *ucounts) in shmem_lock() function