Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/powernv/
Dopal.c65 static struct task_struct *kopald_tsk; variable
850 if (kopald_tsk) in opal_wake_poller()
851 wake_up_process(kopald_tsk); in opal_wake_poller()
862 kopald_tsk = kthread_run(kopald, NULL, "kopald"); in opal_init_heartbeat()