Searched refs:isert_login_wq (Results 1 – 1 of 1) sorted by relevance
45 static struct workqueue_struct *isert_login_wq; variable1024 queue_delayed_work(isert_login_wq, &conn->login_work, 0); in isert_rx_login_req()2619 isert_login_wq = alloc_workqueue("isert_login_wq", 0, 0); in isert_init()2620 if (!isert_login_wq) { in isert_init()2647 destroy_workqueue(isert_login_wq); in isert_init()2654 flush_workqueue(isert_login_wq); in isert_exit()2659 destroy_workqueue(isert_login_wq); in isert_exit()