Searched refs:send_wq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | topsrv.c | 62 * @send_wq: send workqueue 73 struct workqueue_struct *send_wq; member 336 if (queue_work(srv->send_wq, &con->swork)) in tipc_topsrv_queue_evt() 354 if (!queue_work(con->server->send_wq, &con->swork)) in tipc_conn_write_space() 636 s->send_wq = alloc_ordered_workqueue("tipc_send", 0); in tipc_topsrv_work_start() 637 if (!s->send_wq) { in tipc_topsrv_work_start() 649 destroy_workqueue(s->send_wq); in tipc_topsrv_work_stop()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | topsrv.c | 63 * @send_wq: send workqueue 74 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()
|
/kernel/linux/linux-5.10/drivers/nfc/ |
H A D | mei_phy.c | 234 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()
|
H A D | mei_phy.h | 20 * @send_wq: send completion wait queue 35 wait_queue_head_t send_wq; member
|
/kernel/linux/linux-6.6/drivers/nfc/ |
H A D | mei_phy.c | 230 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 D | mei_phy.h | 20 * @send_wq: send completion wait queue 35 wait_queue_head_t send_wq; member
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | plock.c | 19 static wait_queue_head_t send_wq; variable 74 wake_up(&send_wq); in send_op() 510 poll_wait(file, &send_wq, wait); in dev_poll() 541 init_waitqueue_head(&send_wq); in dlm_plock_init()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | plock.c | 22 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()
|
Completed in 5 milliseconds