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

/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c49 static struct task_struct *cpqhp_event_thread; variable in typeref:struct:task_struct
956 wake_up_process(cpqhp_event_thread);
1739 wake_up_process(cpqhp_event_thread);
1768 cpqhp_event_thread = kthread_run(event_thread, NULL, "phpd_event");
1769 if (IS_ERR(cpqhp_event_thread)) {
1771 return PTR_ERR(cpqhp_event_thread);
1780 kthread_stop(cpqhp_event_thread);

Completed in 53 milliseconds