1IS_GLOBAL_INIT(9) Driver Basics IS_GLOBAL_INIT(9)
23
4
NAME
6is_global_init - check if a task structure is init
7
SYNOPSIS
9int is_global_init(struct task_struct * tsk);
10
ARGUMENTS
12tsk
13Task structure to be checked.
14
DESCRIPTION
16Check if a task structure is the first user space task the kernel
17created.
18
RETURN
201 if the task structure is init. 0 otherwise.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 IS_GLOBAL_INIT(9)