Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Dlowcomms.c219 queue_work(io_workqueue, &con->swork); in lowcomms_queue_swork()
230 queue_work(io_workqueue, &con->rwork); in lowcomms_queue_rwork()
802 flush_workqueue(io_workqueue); in shutdown_connection()
1508 queue_work(io_workqueue, &con->rwork); in process_recv_sockets()
1654 queue_work(io_workqueue, &con->swork); in process_send_sockets()
1674 if (io_workqueue) { in work_stop()
1675 destroy_workqueue(io_workqueue); in work_stop()
1676 io_workqueue = NULL; in work_stop()
1689 if (!io_workqueue) { in work_start()
1701 destroy_workqueue(io_workqueue); in work_start()
[all …]