Home
last modified time | relevance | path

Searched refs:PF_SUPERPRIV (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/kernel/
Dtsacct.c54 if (tsk->flags & PF_SUPERPRIV) in bacct_add_tsk()
Dcapability.c378 current->flags |= PF_SUPERPRIV; in ns_capable_common()
Dacct.c559 if (current->flags & PF_SUPERPRIV) in acct_collect()
Dfork.c1754 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE); in copy_process()
/Linux-v4.19/security/
Dcommoncap.c1335 current->flags |= PF_SUPERPRIV; in cap_mmap_addr()
/Linux-v4.19/include/linux/
Dsched.h1376 #define PF_SUPERPRIV 0x00000100 /* Used super-user privileges */ macro