Check if a task structure is init
int is_global_init(struct task_struct * tsk);
tsk
Task structure to be checked.
Check if a task structure is the first user space task the kernel created.
1 if the task structure is init. 0 otherwise.