Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dconnection.c809 destroy_workqueue(peer->reget_conn_wq); in hmdfs_peer_release()
933 flush_workqueue(node->reget_conn_wq); in hmdfs_del_peer()
1109 node->reget_conn_wq = alloc_workqueue("dfs_regetcon%u_%llu", in alloc_peer()
1112 if (!node->reget_conn_wq) { in alloc_peer()
1176 if (node->reget_conn_wq) { in alloc_peer()
1177 destroy_workqueue(node->reget_conn_wq); in alloc_peer()
1178 node->reget_conn_wq = NULL; in alloc_peer()
Dconnection.h177 struct workqueue_struct *reget_conn_wq; member
Dsocket_adapter.c172 if (!queue_work(node->reget_conn_wq, in hmdfs_sendmessage()