Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cramfs/
Dinode.c61 static DEFINE_MUTEX(read_mutex);
526 mutex_lock(&read_mutex); in cramfs_read_super()
528 mutex_unlock(&read_mutex); in cramfs_read_super()
540 mutex_lock(&read_mutex); in cramfs_read_super()
544 mutex_unlock(&read_mutex); in cramfs_read_super()
726 mutex_lock(&read_mutex); in cramfs_readdir()
739 mutex_unlock(&read_mutex); in cramfs_readdir()
768 mutex_lock(&read_mutex); in cramfs_lookup()
813 mutex_unlock(&read_mutex); in cramfs_lookup()
834 mutex_lock(&read_mutex); in cramfs_readpage()
[all …]
/Linux-v5.15/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-v5.15/drivers/hid/
Dhidraw.c45 mutex_lock(&list->read_mutex); in hidraw_read()
67 mutex_unlock(&list->read_mutex); in hidraw_read()
69 mutex_lock(&list->read_mutex); in hidraw_read()
96 mutex_unlock(&list->read_mutex); in hidraw_read()
298 mutex_init(&list->read_mutex); in hidraw_open()
Dhid-debug.c1096 mutex_init(&list->read_mutex); in hid_debug_events_open()
1113 mutex_lock(&list->read_mutex); in hid_debug_events_read()
1141 mutex_unlock(&list->read_mutex); in hid_debug_events_read()
1143 mutex_lock(&list->read_mutex); in hid_debug_events_read()
1162 mutex_unlock(&list->read_mutex); in hid_debug_events_read()
/Linux-v5.15/include/linux/
Dhidraw.h34 struct mutex read_mutex; member
Dhid-debug.h35 struct mutex read_mutex; member
Dgnss.h50 struct mutex read_mutex; member
Dpstore.h185 struct mutex read_mutex; member
/Linux-v5.15/fs/pstore/
Dplatform.c596 mutex_init(&psinfo->read_mutex); in pstore_register()
741 mutex_lock(&psi->read_mutex); in pstore_get_backend_records()
782 mutex_unlock(&psi->read_mutex); in pstore_get_backend_records()
Dinode.c200 mutex_lock(&record->psi->read_mutex); in pstore_unlink()
202 mutex_unlock(&record->psi->read_mutex); in pstore_unlink()