Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
A Dsclp_config.c95 static DEFINE_MUTEX(send_mutex); in sclp_ofb_send_req()
115 mutex_lock(&send_mutex); in sclp_ofb_send_req()
117 mutex_unlock(&send_mutex); in sclp_ofb_send_req()
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc.c165 mutex_init(&guc->send_mutex); in intel_guc_init_early()
412 mutex_lock(&guc->send_mutex); in intel_guc_send_mmio()
500 mutex_unlock(&guc->send_mutex); in intel_guc_send_mmio()
A Dintel_guc.h174 struct mutex send_mutex; member
/linux/drivers/nvme/host/
A Dtcp.c81 struct mutex send_mutex; member
298 sync && empty && mutex_trylock(&queue->send_mutex)) { in nvme_tcp_queue_request()
302 mutex_unlock(&queue->send_mutex); in nvme_tcp_queue_request()
1145 if (mutex_trylock(&queue->send_mutex)) { in nvme_tcp_io_work()
1147 mutex_unlock(&queue->send_mutex); in nvme_tcp_io_work()
1245 mutex_destroy(&queue->send_mutex); in nvme_tcp_free_queue()
1412 mutex_init(&queue->send_mutex); in nvme_tcp_alloc_queue()
1551 mutex_destroy(&queue->send_mutex); in nvme_tcp_alloc_queue()
/linux/drivers/hid/
A Dhid-logitech-hidpp.c183 struct mutex send_mutex; member
280 mutex_lock(&hidpp->send_mutex); in hidpp_send_message_sync()
322 mutex_unlock(&hidpp->send_mutex); in hidpp_send_message_sync()
3546 if (unlikely(mutex_is_locked(&hidpp->send_mutex))) { in hidpp_raw_hidpp_event()
4108 mutex_init(&hidpp->send_mutex); in hidpp_probe()
4204 mutex_destroy(&hidpp->send_mutex); in hidpp_probe()
4219 mutex_destroy(&hidpp->send_mutex); in hidpp_remove()

Completed in 40 milliseconds