Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dtopsrv.c78 struct workqueue_struct *send_wq; member
342 if (queue_work(srv->send_wq, &con->swork)) in tipc_topsrv_queue_evt()
360 if (!queue_work(con->server->send_wq, &con->swork)) in tipc_conn_write_space()
629 s->send_wq = alloc_ordered_workqueue("tipc_send", 0); in tipc_topsrv_work_start()
630 if (!s->send_wq) { in tipc_topsrv_work_start()
642 destroy_workqueue(s->send_wq); in tipc_topsrv_work_stop()
/Linux-v4.19/drivers/nfc/
Dmei_phy.h35 wait_queue_head_t send_wq; member
Dmei_phy.c246 if (!wait_event_interruptible_timeout(phy->send_wq, in mei_nfc_send()
291 wake_up(&phy->send_wq); in mei_nfc_recv()
401 init_waitqueue_head(&phy->send_wq); in nfc_mei_phy_alloc()
/Linux-v4.19/fs/dlm/
Dplock.c22 static wait_queue_head_t send_wq; variable
71 wake_up(&send_wq); in send_op()
470 poll_wait(file, &send_wq, wait); in dev_poll()
501 init_waitqueue_head(&send_wq); in dlm_plock_init()