1IS_IDLE_TASK(9) Driver Basics IS_IDLE_TASK(9)
23
4
NAME
6is_idle_task - is the specified task an idle task?
7
SYNOPSIS
9bool is_idle_task(const struct task_struct * p);
10
ARGUMENTS
12p
13the task in question.
14
RETURN
161 if p is an idle task. 0 otherwise.
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 IS_IDLE_TASK(9)