Searched refs:ibmphp_poll_thread (Results 1 – 1 of 1) sorted by relevance
95 static struct task_struct *ibmphp_poll_thread; variable1021 ibmphp_poll_thread = kthread_run(poll_hpc, NULL, "hpc_poll"); in ibmphp_hpc_start_poll_thread()1022 if (IS_ERR(ibmphp_poll_thread)) { in ibmphp_hpc_start_poll_thread()1024 return PTR_ERR(ibmphp_poll_thread); in ibmphp_hpc_start_poll_thread()1038 kthread_stop(ibmphp_poll_thread); in ibmphp_hpc_stop_poll_thread()