1. NAME

is_global_init - check if a task structure is init

2. SYNOPSIS

int is_global_init(struct task_struct *  tsk );

3. ARGUMENTS

tsk
    Task structure to be checked.

4. DESCRIPTION

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

5. COPYRIGHT