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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhub.c99 static struct task_struct *khubd_task; variable in typeref:struct:task_struct
3468 khubd_task = kthread_run(hub_thread, NULL, "khubd");
3469 if (!IS_ERR(khubd_task))
3481 kthread_stop(khubd_task);

Completed in 36 milliseconds