Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_ctrl.c49 static struct task_struct *cpqhp_event_thread; variable
955 wake_up_process(cpqhp_event_thread); in cpqhp_ctrl_intr()
1738 wake_up_process(cpqhp_event_thread); in pushbutton_helper_thread()
1767 cpqhp_event_thread = kthread_run(event_thread, NULL, "phpd_event"); in cpqhp_event_start_thread()
1768 if (IS_ERR(cpqhp_event_thread)) { in cpqhp_event_start_thread()
1770 return PTR_ERR(cpqhp_event_thread); in cpqhp_event_start_thread()
1779 kthread_stop(cpqhp_event_thread); in cpqhp_event_stop_thread()