Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/s390/char/
Dsclp_config.c94 static DEFINE_MUTEX(send_mutex); in sclp_ofb_send_req()
114 mutex_lock(&send_mutex); in sclp_ofb_send_req()
116 mutex_unlock(&send_mutex); in sclp_ofb_send_req()
/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c168 mutex_init(&guc->send_mutex); in intel_guc_init_early()
489 mutex_lock(&guc->send_mutex); in intel_guc_send_mmio()
577 mutex_unlock(&guc->send_mutex); in intel_guc_send_mmio()
Dintel_guc.h205 struct mutex send_mutex; member
/Linux-v6.1/drivers/nvme/host/
Dtcp.c121 struct mutex send_mutex; member
339 sync && empty && mutex_trylock(&queue->send_mutex)) { in nvme_tcp_queue_request()
341 mutex_unlock(&queue->send_mutex); in nvme_tcp_queue_request()
1217 if (mutex_trylock(&queue->send_mutex)) { in nvme_tcp_io_work()
1219 mutex_unlock(&queue->send_mutex); in nvme_tcp_io_work()
1322 mutex_destroy(&queue->send_mutex); in nvme_tcp_free_queue()
1497 mutex_init(&queue->send_mutex); in nvme_tcp_alloc_queue()
1637 mutex_destroy(&queue->send_mutex); in nvme_tcp_alloc_queue()
/Linux-v6.1/drivers/hid/
Dhid-logitech-hidpp.c186 struct mutex send_mutex; member
283 mutex_lock(&hidpp->send_mutex); in hidpp_send_message_sync()
325 mutex_unlock(&hidpp->send_mutex); in hidpp_send_message_sync()
3592 if (unlikely(mutex_is_locked(&hidpp->send_mutex))) { in hidpp_raw_hidpp_event()
4158 mutex_init(&hidpp->send_mutex); in hidpp_probe()
4254 mutex_destroy(&hidpp->send_mutex); in hidpp_probe()
4269 mutex_destroy(&hidpp->send_mutex); in hidpp_remove()