Home
last modified time | relevance | path

Searched refs:read_mutex (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/fs/cramfs/
Dinode.c60 static DEFINE_MUTEX(read_mutex);
522 mutex_lock(&read_mutex); in cramfs_read_super()
524 mutex_unlock(&read_mutex); in cramfs_read_super()
536 mutex_lock(&read_mutex); in cramfs_read_super()
540 mutex_unlock(&read_mutex); in cramfs_read_super()
723 mutex_lock(&read_mutex); in cramfs_readdir()
736 mutex_unlock(&read_mutex); in cramfs_readdir()
765 mutex_lock(&read_mutex); in cramfs_lookup()
810 mutex_unlock(&read_mutex); in cramfs_lookup()
831 mutex_lock(&read_mutex); in cramfs_readpage()
[all …]
/Linux-v4.19/drivers/gnss/
Dcore.c95 mutex_lock(&gdev->read_mutex); in gnss_read()
97 mutex_unlock(&gdev->read_mutex); in gnss_read()
111 mutex_lock(&gdev->read_mutex); in gnss_read()
118 mutex_unlock(&gdev->read_mutex); in gnss_read()
253 mutex_init(&gdev->read_mutex); in gnss_allocate_device()
/Linux-v4.19/drivers/hid/
Dhidraw.c53 mutex_lock(&list->read_mutex); in hidraw_read()
75 mutex_unlock(&list->read_mutex); in hidraw_read()
77 mutex_lock(&list->read_mutex); in hidraw_read()
104 mutex_unlock(&list->read_mutex); in hidraw_read()
305 mutex_init(&list->read_mutex); in hidraw_open()
Dhid-debug.c1098 mutex_init(&list->read_mutex); in hid_debug_events_open()
1115 mutex_lock(&list->read_mutex); in hid_debug_events_read()
1138 mutex_unlock(&list->read_mutex); in hid_debug_events_read()
1140 mutex_lock(&list->read_mutex); in hid_debug_events_read()
1184 mutex_unlock(&list->read_mutex); in hid_debug_events_read()
/Linux-v4.19/include/linux/
Dhidraw.h42 struct mutex read_mutex; member
Dhid-debug.h48 struct mutex read_mutex; member
Dgnss.h49 struct mutex read_mutex; member
Dpstore.h177 struct mutex read_mutex; member
/Linux-v4.19/fs/pstore/
Dplatform.c571 mutex_init(&psinfo->read_mutex); in pstore_register()
699 mutex_lock(&psi->read_mutex); in pstore_get_backend_records()
740 mutex_unlock(&psi->read_mutex); in pstore_get_backend_records()
Dinode.c194 mutex_lock(&record->psi->read_mutex); in pstore_unlink()
196 mutex_unlock(&record->psi->read_mutex); in pstore_unlink()