Searched refs:isert_login_wq (Results 1 – 1 of 1) sorted by relevance
45 static struct workqueue_struct *isert_login_wq; variable1021 queue_delayed_work(isert_login_wq, &conn->login_work, 0); in isert_rx_login_req()2610 isert_login_wq = alloc_workqueue("isert_login_wq", 0, 0); in isert_init()2611 if (!isert_login_wq) { in isert_init()2638 destroy_workqueue(isert_login_wq); in isert_init()2645 flush_workqueue(isert_login_wq); in isert_exit()2650 destroy_workqueue(isert_login_wq); in isert_exit()