Scroll to navigation
is_idle_task - is the specified task an idle task?
bool is_idle_task(const struct task_struct * p);
p
1 if p is an idle task. 0 otherwise.