Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dkmod.c48 static struct workqueue_struct *khelper_wq; variable
547 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()