1. NAME

is_idle_task - is the specified task an idle task?

2. SYNOPSIS

bool is_idle_task(const struct task_struct *  p );

3. ARGUMENTS

p
    the task in question.

4. COPYRIGHT