Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H 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()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c174 mutex_init(&guc->send_mutex); in intel_guc_init_early()
483 mutex_lock(&guc->send_mutex); in intel_guc_send_mmio()
571 mutex_unlock(&guc->send_mutex); in intel_guc_send_mmio()
H A Dintel_guc.h226 struct mutex send_mutex; member
/openbmc/linux/drivers/nvme/host/
H A Dtcp.c122 struct mutex send_mutex; member
352 sync && empty && mutex_trylock(&queue->send_mutex)) { in nvme_tcp_queue_request()
354 mutex_unlock(&queue->send_mutex); in nvme_tcp_queue_request()
1283 if (mutex_trylock(&queue->send_mutex)) { in nvme_tcp_io_work()
1285 mutex_unlock(&queue->send_mutex); in nvme_tcp_io_work()
1388 mutex_destroy(&queue->send_mutex); in nvme_tcp_free_queue()
1563 mutex_init(&queue->send_mutex); in nvme_tcp_alloc_queue()
1689 mutex_destroy(&queue->send_mutex); in nvme_tcp_alloc_queue()
/openbmc/linux/drivers/hid/
H A Dhid-logitech-hidpp.c184 struct mutex send_mutex; member
293 __must_hold(&hidpp->send_mutex); in __do_hidpp_send_message_sync()
350 mutex_lock(&hidpp->send_mutex); in hidpp_send_message_sync()
360 mutex_unlock(&hidpp->send_mutex); in hidpp_send_message_sync()
3875 if (unlikely(mutex_is_locked(&hidpp->send_mutex))) { in hidpp_raw_hidpp_event()
4454 mutex_init(&hidpp->send_mutex); in hidpp_probe()
4547 mutex_destroy(&hidpp->send_mutex); in hidpp_probe()
4562 mutex_destroy(&hidpp->send_mutex); in hidpp_remove()
/openbmc/qemu/block/
H A Dnbd.c84 CoMutex send_mutex; member
527 qemu_co_mutex_lock(&s->send_mutex); in nbd_co_send_request()
544 qemu_co_mutex_unlock(&s->send_mutex); in nbd_co_send_request()
1915 qemu_co_mutex_init(&s->send_mutex); in nbd_open()