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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkmod.c44 static struct workqueue_struct *khelper_wq; variable in typeref:struct:workqueue_struct
399 if (!khelper_wq || usermodehelper_disabled) {
407 queue_work(khelper_wq, &sub_info->work);
423 khelper_wq = create_singlethread_workqueue("khelper");
424 BUG_ON(!khelper_wq);

Completed in 51 milliseconds