Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dtsacct.c50 if (tsk->flags & PF_SUPERPRIV) in bacct_add_tsk()
Dcapability.c364 current->flags |= PF_SUPERPRIV; in ns_capable_common()
Dacct.c578 if (current->flags & PF_SUPERPRIV) in acct_collect()
Dfork.c2383 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()
/linux-6.6.21/security/
Dcommoncap.c1430 current->flags |= PF_SUPERPRIV; in cap_mmap_addr()
/linux-6.6.21/include/linux/
Dsched.h1734 #define PF_SUPERPRIV 0x00000100 /* Used super-user privileges */ macro