Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Duser.h55 extern struct user_struct root_user;
56 #define INIT_USER (&root_user)
/Linux-v4.19/kernel/
Duser.c98 struct user_struct root_user = { variable
104 .ratelimit = RATELIMIT_STATE_INIT(root_user.ratelimit, 0, 0),
230 uid_hash_insert(&root_user, uidhashentry(GLOBAL_ROOT_UID)); in uid_cache_init()