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

NAME

6       is_global_init - check if a task structure is init
7

SYNOPSIS

9       int is_global_init(struct task_struct * tsk);
10

ARGUMENTS

12       tsk
13           Task structure to be checked.
14

DESCRIPTION

16       Check if a task structure is the first user space task the kernel
17       created.
18

RETURN

20       1 if the task structure is init. 0 otherwise.
21
23Kernel Hackers Manual 3.10         June 2019                 IS_GLOBAL_INIT(9)
Impressum