Home
last modified time | relevance | path

Searched refs:send_wq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/tipc/
H A Dtopsrv.c74 struct workqueue_struct *send_wq; member
337 if (queue_work(srv->send_wq, &con->swork)) in tipc_topsrv_queue_evt()
355 if (!queue_work(con->server->send_wq, &con->swork)) in tipc_conn_write_space()
641 s->send_wq = alloc_ordered_workqueue("tipc_send", 0); in tipc_topsrv_work_start()
642 if (!s->send_wq) { in tipc_topsrv_work_start()
654 destroy_workqueue(s->send_wq); in tipc_topsrv_work_stop()
/openbmc/linux/drivers/nfc/
H A Dmei_phy.c230 if (!wait_event_interruptible_timeout(phy->send_wq, in mei_nfc_send()
275 wake_up(&phy->send_wq); in mei_nfc_recv()
381 init_waitqueue_head(&phy->send_wq); in nfc_mei_phy_alloc()
H A Dmei_phy.h35 wait_queue_head_t send_wq; member
/openbmc/linux/fs/dlm/
H A Dplock.c22 static DECLARE_WAIT_QUEUE_HEAD(send_wq);
97 wake_up(&send_wq); in send_op()
600 poll_wait(file, &send_wq, wait); in dev_poll()