Query: is_global_init
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IS_GLOBAL_INIT(9) Driver Basics IS_GLOBAL_INIT(9)NAMEis_global_init - check if a task structure is initSYNOPSISint is_global_init(struct task_struct * tsk);ARGUMENTStsk Task structure to be checked.DESCRIPTIONCheck if a task structure is the first user space task the kernel created.RETURN1 if the task structure is init. 0 otherwise.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IS_GLOBAL_INIT(9)