Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A DTODO11 * The driver spawns a kthread cpqhp_event_thread() which is woken by the
H A Dcpqphp_ctrl.c35 static struct task_struct *cpqhp_event_thread; variable
940 wake_up_process(cpqhp_event_thread); in cpqhp_ctrl_intr()
1720 wake_up_process(cpqhp_event_thread); in pushbutton_helper_thread()
1749 cpqhp_event_thread = kthread_run(event_thread, NULL, "phpd_event"); in cpqhp_event_start_thread()
1750 if (IS_ERR(cpqhp_event_thread)) { in cpqhp_event_start_thread()
1752 return PTR_ERR(cpqhp_event_thread); in cpqhp_event_start_thread()
1761 kthread_stop(cpqhp_event_thread); in cpqhp_event_stop_thread()