Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sched/
Duser.h48 extern struct user_struct root_user;
49 #define INIT_USER (&root_user)
/Linux-v5.4/kernel/
Duser.c99 struct user_struct root_user = { variable
105 .ratelimit = RATELIMIT_STATE_INIT(root_user.ratelimit, 0, 0),
224 uid_hash_insert(&root_user, uidhashentry(GLOBAL_ROOT_UID)); in uid_cache_init()