Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/char/
A 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-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc.c173 mutex_init(&guc->send_mutex); in intel_guc_init_early()
494 mutex_lock(&guc->send_mutex); in intel_guc_send_mmio()
582 mutex_unlock(&guc->send_mutex); in intel_guc_send_mmio()
A Dintel_guc.h223 struct mutex send_mutex; member
/linux-6.3-rc2/drivers/nvme/host/
A Dtcp.c122 struct mutex send_mutex; member
340 sync && empty && mutex_trylock(&queue->send_mutex)) { in nvme_tcp_queue_request()
342 mutex_unlock(&queue->send_mutex); in nvme_tcp_queue_request()
1220 if (mutex_trylock(&queue->send_mutex)) { in nvme_tcp_io_work()
1222 mutex_unlock(&queue->send_mutex); in nvme_tcp_io_work()
1325 mutex_destroy(&queue->send_mutex); in nvme_tcp_free_queue()
1500 mutex_init(&queue->send_mutex); in nvme_tcp_alloc_queue()
1641 mutex_destroy(&queue->send_mutex); in nvme_tcp_alloc_queue()
/linux-6.3-rc2/drivers/hid/
A Dhid-logitech-hidpp.c181 struct mutex send_mutex; member
289 mutex_lock(&hidpp->send_mutex); in hidpp_send_message_sync()
336 mutex_unlock(&hidpp->send_mutex); in hidpp_send_message_sync()
3615 if (unlikely(mutex_is_locked(&hidpp->send_mutex))) { in hidpp_raw_hidpp_event()
4182 mutex_init(&hidpp->send_mutex); in hidpp_probe()
4281 mutex_destroy(&hidpp->send_mutex); in hidpp_probe()
4296 mutex_destroy(&hidpp->send_mutex); in hidpp_remove()

Completed in 21 milliseconds