Home
last modified time | relevance | path

Searched refs:send_mutex (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/s390/char/
H A Dsclp_config.c93 static DEFINE_MUTEX(send_mutex); in sclp_ofb_send_req()
113 mutex_lock(&send_mutex); in sclp_ofb_send_req()
115 mutex_unlock(&send_mutex); in sclp_ofb_send_req()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c193 mutex_init(&guc->send_mutex); in intel_guc_init_early()
525 mutex_lock(&guc->send_mutex); in intel_guc_send_mmio()
613 mutex_unlock(&guc->send_mutex); in intel_guc_send_mmio()
H A Dintel_guc.h244 struct mutex send_mutex; member
/linux/drivers/nvme/host/
H A Dtcp.c148 struct mutex send_mutex; member
421 empty && mutex_trylock(&queue->send_mutex)) { in nvme_tcp_queue_request()
423 mutex_unlock(&queue->send_mutex); in nvme_tcp_queue_request()
1386 if (mutex_trylock(&queue->send_mutex)) { in nvme_tcp_io_work()
1388 mutex_unlock(&queue->send_mutex); in nvme_tcp_io_work()
1455 mutex_destroy(&queue->send_mutex); in nvme_tcp_free_queue()
1777 mutex_init(&queue->send_mutex); in nvme_tcp_alloc_queue()
1908 mutex_destroy(&queue->send_mutex); in nvme_tcp_alloc_queue()
/linux/drivers/hid/
H A Dhid-logitech-hidpp.c185 struct mutex send_mutex; member
294 __must_hold(&hidpp->send_mutex); in __do_hidpp_send_message_sync()
351 mutex_lock(&hidpp->send_mutex); in hidpp_send_message_sync()
366 mutex_unlock(&hidpp->send_mutex); in hidpp_send_message_sync()
3853 if (unlikely(mutex_is_locked(&hidpp->send_mutex))) { in hidpp_raw_hidpp_event()
4430 mutex_init(&hidpp->send_mutex); in hidpp_probe()
4512 mutex_destroy(&hidpp->send_mutex); in hidpp_probe()
4528 mutex_destroy(&hidpp->send_mutex); in hidpp_remove()