Searched refs:cpqhp_event_thread (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/pci/hotplug/
H A Dcpqphp_ctrl.c49 static struct task_struct *cpqhp_event_thread; variable in typeref:struct:task_struct
945 wake_up_process(cpqhp_event_thread);
1721 wake_up_process(cpqhp_event_thread);
1750 cpqhp_event_thread = kthread_run(event_thread, NULL, "phpd_event");
1751 if (IS_ERR(cpqhp_event_thread)) {
1753 return PTR_ERR(cpqhp_event_thread);
1762 kthread_stop(cpqhp_event_thread);

Completed in 156 milliseconds