Searched refs:send_mutex (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c191 mutex_init(&guc->send_mutex);
510 mutex_lock(&guc->send_mutex);
598 mutex_unlock(&guc->send_mutex);
H A Dintel_guc.h243 /** @send_mutex: used to serialize the intel_guc_send actions */
244 struct mutex send_mutex;
242 struct mutex send_mutex; member in struct:intel_guc
/linux-master/drivers/hid/
H A Dhid-logitech-hidpp.c183 struct mutex send_mutex; member in struct:hidpp_device
278 * Must be called with hidpp->send_mutex locked
291 __must_hold(&hidpp->send_mutex);
348 mutex_lock(&hidpp->send_mutex);
358 mutex_unlock(&hidpp->send_mutex);
3871 if (unlikely(mutex_is_locked(&hidpp->send_mutex))) {
4434 mutex_init(&hidpp->send_mutex);
4514 mutex_destroy(&hidpp->send_mutex);
4529 mutex_destroy(&hidpp->send_mutex);
/linux-master/drivers/nvme/host/
H A Dtcp.c145 struct mutex send_mutex; member in struct:nvme_tcp_queue
390 sync && empty && mutex_trylock(&queue->send_mutex)) {
392 mutex_unlock(&queue->send_mutex);
1278 if (mutex_trylock(&queue->send_mutex)) {
1280 mutex_unlock(&queue->send_mutex);
1380 mutex_destroy(&queue->send_mutex);
1658 mutex_init(&queue->send_mutex);
1797 mutex_destroy(&queue->send_mutex);
/linux-master/drivers/s390/char/
H A Dsclp_config.c94 static DEFINE_MUTEX(send_mutex);
114 mutex_lock(&send_mutex);
116 mutex_unlock(&send_mutex);

Completed in 228 milliseconds