Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dtsacct.c52 if (tsk->flags & PF_SUPERPRIV) in bacct_add_tsk()
Dcapability.c383 current->flags |= PF_SUPERPRIV; in ns_capable()
Dacct.c556 if (current->flags & PF_SUPERPRIV) in acct_collect()
Dfork.c1332 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER); in copy_process()
/linux-4.1.27/security/
Dcommoncap.c979 current->flags |= PF_SUPERPRIV; in cap_mmap_addr()
/linux-4.1.27/include/linux/
Dsched.h1972 #define PF_SUPERPRIV 0x00000100 /* used super-user privileges */ macro