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

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c35 static struct task_struct *cpqhp_event_thread; variable in typeref:struct:task_struct
940 wake_up_process(cpqhp_event_thread);
1720 wake_up_process(cpqhp_event_thread);
1749 cpqhp_event_thread = kthread_run(event_thread, NULL, "phpd_event");
1750 if (IS_ERR(cpqhp_event_thread)) {
1752 return PTR_ERR(cpqhp_event_thread);
1761 kthread_stop(cpqhp_event_thread);

Completed in 142 milliseconds