Searched refs:root_user (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/sched/
H A Duser.h43 extern struct user_struct root_user;
44 #define INIT_USER (&root_user)
/linux-master/kernel/
H A Duser.c111 /* root_user.__count is 1, for init task cred */
112 struct user_struct root_user = { variable in typeref:struct:user_struct
115 .ratelimit = RATELIMIT_STATE_INIT(root_user.ratelimit, 0, 0),
255 if (user_epoll_alloc(&root_user))
256 panic("root_user epoll percpu counter alloc failed");
260 uid_hash_insert(&root_user, uidhashentry(GLOBAL_ROOT_UID));

Completed in 117 milliseconds