Searched refs:ap_poll_kthread (Results 1 – 1 of 1) sorted by relevance
147 static struct task_struct *ap_poll_kthread; variable401 if (ap_poll_kthread) { in ap_wait()549 if (ap_irq_flag || ap_poll_kthread) in ap_poll_thread_start()552 ap_poll_kthread = kthread_run(ap_poll_thread, NULL, "appoll"); in ap_poll_thread_start()553 rc = PTR_ERR_OR_ZERO(ap_poll_kthread); in ap_poll_thread_start()555 ap_poll_kthread = NULL; in ap_poll_thread_start()562 if (!ap_poll_kthread) in ap_poll_thread_stop()565 kthread_stop(ap_poll_kthread); in ap_poll_thread_stop()566 ap_poll_kthread = NULL; in ap_poll_thread_stop()1364 return sysfs_emit(buf, "%d\n", ap_poll_kthread ? 1 : 0); in poll_thread_show()