Searched refs:ibmphp_poll_thread (Results 1 – 1 of 1) sorted by relevance
109 static struct task_struct *ibmphp_poll_thread; variable1056 ibmphp_poll_thread = kthread_run(poll_hpc, NULL, "hpc_poll"); in ibmphp_hpc_start_poll_thread()1057 if (IS_ERR(ibmphp_poll_thread)) { in ibmphp_hpc_start_poll_thread()1059 return PTR_ERR(ibmphp_poll_thread); in ibmphp_hpc_start_poll_thread()1073 kthread_stop(ibmphp_poll_thread); in ibmphp_hpc_stop_poll_thread()