Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp_ctrl.c35 static struct task_struct *cpqhp_event_thread; variable
941 wake_up_process(cpqhp_event_thread); in cpqhp_ctrl_intr()
1725 wake_up_process(cpqhp_event_thread); in pushbutton_helper_thread()
1754 cpqhp_event_thread = kthread_run(event_thread, NULL, "phpd_event"); in cpqhp_event_start_thread()
1755 if (IS_ERR(cpqhp_event_thread)) { in cpqhp_event_start_thread()
1757 return PTR_ERR(cpqhp_event_thread); in cpqhp_event_start_thread()
1766 kthread_stop(cpqhp_event_thread); in cpqhp_event_stop_thread()