Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dserver.c157 if (!queue_work(con->server->send_wq, &con->swork)) in sock_write_space()
469 if (!queue_work(s->send_wq, &con->swork)) in tipc_conn_sendmsg()
569 destroy_workqueue(s->send_wq); in tipc_work_stop()
580 s->send_wq = alloc_workqueue("tipc_send", WQ_UNBOUND, 1); in tipc_work_start()
581 if (!s->send_wq) { in tipc_work_start()
Dserver.h70 struct workqueue_struct *send_wq; member
/linux-4.4.14/drivers/nfc/
Dmei_phy.h34 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()
403 init_waitqueue_head(&phy->send_wq); in nfc_mei_phy_alloc()
/linux-4.4.14/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()