Searched refs:file_mutex (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/char/ipmi/
H A Dipmb_dev_int.c65 struct mutex file_mutex; member in struct:ipmb_dev
185 mutex_lock(&ipmb_dev->file_mutex);
190 mutex_unlock(&ipmb_dev->file_mutex);
317 mutex_init(&ipmb_dev->file_mutex);
/linux-master/drivers/infiniband/core/
H A Duser_mad.c98 struct mutex file_mutex; member in struct:ib_umad_port
692 mutex_lock(&file->port->file_mutex);
780 mutex_unlock(&file->port->file_mutex);
793 mutex_lock(&file->port->file_mutex);
889 mutex_unlock(&file->port->file_mutex);
906 mutex_lock(&file->port->file_mutex);
924 mutex_unlock(&file->port->file_mutex);
996 mutex_lock(&port->file_mutex);
1027 mutex_unlock(&port->file_mutex);
1038 mutex_lock(&file->port->file_mutex);
[all...]
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c152 * @file_mutex - lock for open files list
169 struct mutex file_mutex; member in struct:mport_dev
1928 mutex_lock(&chdev->file_mutex);
1930 mutex_unlock(&chdev->file_mutex);
2057 mutex_lock(&chdev->file_mutex);
2059 mutex_unlock(&chdev->file_mutex);
2379 mutex_init(&md->file_mutex);
2459 mutex_lock(&md->file_mutex);
2466 mutex_unlock(&md->file_mutex);
2486 mutex_lock(&md->file_mutex);
[all...]
/linux-master/drivers/accel/habanalabs/common/
H A Ddebugfs.c1757 mutex_init(&dev_entry->file_mutex);
1774 mutex_destroy(&entry->file_mutex);
1801 mutex_lock(&dev_entry->file_mutex);
1803 mutex_unlock(&dev_entry->file_mutex);
1810 mutex_lock(&dev_entry->file_mutex);
1812 mutex_unlock(&dev_entry->file_mutex);
H A Dhabanalabs.h2361 * @file_mutex: protects file_list.
2392 struct mutex file_mutex; member in struct:hl_dbg_device_entry

Completed in 294 milliseconds