other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
IS_GLOBAL_INIT(9) | Driver Basics | IS_GLOBAL_INIT(9) |
NAME¶
is_global_init - check if a task structure is initSYNOPSIS¶
int
is_global_init(struct task_struct * tsk);
ARGUMENTS¶
tskTask structure to be checked.
DESCRIPTION¶
Check if a task structure is the first user space task the kernel created.RETURN¶
1 if the task structure is init. 0 otherwise.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |