Home
last modified time | relevance | path

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

/Linux-v5.10/net/tipc/
Dtopsrv.c73 struct workqueue_struct *send_wq; member
334 if (queue_work(srv->send_wq, &con->swork)) in tipc_topsrv_queue_evt()
352 if (!queue_work(con->server->send_wq, &con->swork)) in tipc_conn_write_space()
627 s->send_wq = alloc_ordered_workqueue("tipc_send", 0); in tipc_topsrv_work_start()
628 if (!s->send_wq) { in tipc_topsrv_work_start()
640 destroy_workqueue(s->send_wq); in tipc_topsrv_work_stop()
/Linux-v5.10/drivers/nfc/
Dmei_phy.c234 if (!wait_event_interruptible_timeout(phy->send_wq, in mei_nfc_send()
279 wake_up(&phy->send_wq); in mei_nfc_recv()
389 init_waitqueue_head(&phy->send_wq); in nfc_mei_phy_alloc()
Dmei_phy.h35 wait_queue_head_t send_wq; member
/Linux-v5.10/fs/dlm/
Dplock.c19 static wait_queue_head_t send_wq; variable
68 wake_up(&send_wq); in send_op()
467 poll_wait(file, &send_wq, wait); in dev_poll()
498 init_waitqueue_head(&send_wq); in dlm_plock_init()