Searched refs:smc_close_wq (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/smc/
H A Dsmc.h330 extern struct workqueue_struct *smc_close_wq; /* wq for close work */
H A Dsmc_cdc.c316 if (!queue_work(smc_close_wq, &conn->abort_work))
389 if (!queue_work(smc_close_wq, &conn->close_work))
H A Daf_smc.c66 struct workqueue_struct *smc_close_wq; /* wq for close work */ variable in typeref:struct:workqueue_struct
3512 smc_close_wq = alloc_workqueue("smc_close_wq", 0, 0);
3513 if (!smc_close_wq)
3580 destroy_workqueue(smc_close_wq);
3608 destroy_workqueue(smc_close_wq);

Completed in 125 milliseconds