Home
last modified time | relevance | path

Searched refs:uctx_list_lock (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/fwctl/
H A Dmain.c227 scoped_guard(mutex, &fwctl->uctx_list_lock) { in fwctl_fops_open()
238 lockdep_assert_held(&uctx->fwctl->uctx_list_lock); in fwctl_destroy_uctx()
254 guard(mutex)(&fwctl->uctx_list_lock); in fwctl_fops_release()
277 mutex_destroy(&fwctl->uctx_list_lock); in fwctl_device_release()
310 mutex_init(&fwctl->uctx_list_lock); in _alloc_device()
380 guard(mutex)(&fwctl->uctx_list_lock); in fwctl_unregister()
/linux/include/linux/
H A Dfwctl.h74 struct mutex uctx_list_lock; member