1IS_IDLE_TASK(9)                  Driver Basics                 IS_IDLE_TASK(9)
2
3
4

NAME

6       is_idle_task - is the specified task an idle task?
7

SYNOPSIS

9       bool is_idle_task(const struct task_struct * p);
10

ARGUMENTS

12       p
13           the task in question.
14

RETURN

16       1 if p is an idle task. 0 otherwise.
17
19Kernel Hackers Manual 3.10         June 2019                   IS_IDLE_TASK(9)
Impressum