Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1337 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER); in copy_process()
/linux-4.4.14/security/
Dcommoncap.c1057 current->flags |= PF_SUPERPRIV; in cap_mmap_addr()
/linux-4.4.14/include/linux/
Dsched.h2077 #define PF_SUPERPRIV 0x00000100 /* used super-user privileges */ macro