table of contents
IS_GLOBAL_INIT(9) | Driver Basics | IS_GLOBAL_INIT(9) |
NAME¶
is_global_init - check if a task structure is init
SYNOPSIS¶
int is_global_init(struct task_struct * tsk);
ARGUMENTS¶
tsk
Task structure to be checked.
DESCRIPTION¶
Check if a task structure is the first user space task the kernel created.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |