Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dtsacct.c46 if (tsk->flags & PF_SUPERPRIV) in bacct_add_tsk()
Dcapability.c377 current->flags |= PF_SUPERPRIV; in ns_capable_common()
Dacct.c561 if (current->flags & PF_SUPERPRIV) in acct_collect()
Dfork.c1985 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE); in copy_process()
/Linux-v5.10/security/
Dcommoncap.c1331 current->flags |= PF_SUPERPRIV; in cap_mmap_addr()
/Linux-v5.10/include/linux/
Dsched.h1532 #define PF_SUPERPRIV 0x00000100 /* Used super-user privileges */ macro