Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/char/
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-v5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c177 mutex_init(&guc->send_mutex); in intel_guc_init_early()
424 mutex_lock(&guc->send_mutex); in intel_guc_send_mmio()
467 mutex_unlock(&guc->send_mutex); in intel_guc_send_mmio()
Dintel_guc.h74 struct mutex send_mutex; member
Dintel_guc_ct.c558 mutex_lock(&guc->send_mutex); in intel_guc_ct_send()
569 mutex_unlock(&guc->send_mutex); in intel_guc_ct_send()
/Linux-v5.10/drivers/nvme/host/
Dtcp.c79 struct mutex send_mutex; member
280 sync && empty && mutex_trylock(&queue->send_mutex)) { in nvme_tcp_queue_request()
284 mutex_unlock(&queue->send_mutex); in nvme_tcp_queue_request()
1118 if (mutex_trylock(&queue->send_mutex)) { in nvme_tcp_io_work()
1120 mutex_unlock(&queue->send_mutex); in nvme_tcp_io_work()
1376 mutex_init(&queue->send_mutex); in nvme_tcp_alloc_queue()
/Linux-v5.10/drivers/hid/
Dhid-logitech-hidpp.c178 struct mutex send_mutex; member
275 mutex_lock(&hidpp->send_mutex); in hidpp_send_message_sync()
317 mutex_unlock(&hidpp->send_mutex); in hidpp_send_message_sync()
3281 if (unlikely(mutex_is_locked(&hidpp->send_mutex))) { in hidpp_raw_hidpp_event()
3821 mutex_init(&hidpp->send_mutex); in hidpp_probe()
3917 mutex_destroy(&hidpp->send_mutex); in hidpp_probe()
3932 mutex_destroy(&hidpp->send_mutex); in hidpp_remove()