Searched refs:khelper_wq (Results 1 – 1 of 1) sorted by relevance
48 static struct workqueue_struct *khelper_wq; variable547 if (!khelper_wq || usermodehelper_disabled) { in call_usermodehelper_exec()559 queue_work(khelper_wq, &sub_info->work); in call_usermodehelper_exec()692 khelper_wq = create_singlethread_workqueue("khelper"); in usermodehelper_init()693 BUG_ON(!khelper_wq); in usermodehelper_init()