Searched refs:cpqhp_event_thread (Results 1 – 2 of 2) sorted by relevance
35 static struct task_struct *cpqhp_event_thread; variable941 wake_up_process(cpqhp_event_thread); in cpqhp_ctrl_intr()1723 wake_up_process(cpqhp_event_thread); in pushbutton_helper_thread()1752 cpqhp_event_thread = kthread_run(event_thread, NULL, "phpd_event"); in cpqhp_event_start_thread()1753 if (IS_ERR(cpqhp_event_thread)) { in cpqhp_event_start_thread()1755 return PTR_ERR(cpqhp_event_thread); in cpqhp_event_start_thread()1764 kthread_stop(cpqhp_event_thread); in cpqhp_event_stop_thread()
11 * The driver spawns a kthread cpqhp_event_thread() which is woken by the