Home
last modified time | relevance | path

Searched refs:INIT_USER (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/sched/
H A Duser.h44 #define INIT_USER (&root_user) macro
/linux/init/
H A Dinit_task.c95 .user = INIT_USER,
/linux/kernel/
H A Dfork.c2177 if (p->real_cred->user != INIT_USER && in copy_process()