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

/linux-master/kernel/
H A Dtsacct.c50 if (tsk->flags & PF_SUPERPRIV)
H A Dcapability.c278 * Note that this does not set PF_SUPERPRIV on the task.
300 * Note that this does not set PF_SUPERPRIV on the task.
319 * Note that this does not set PF_SUPERPRIV on the task.
343 * Note that this does not set PF_SUPERPRIV on the task.
364 current->flags |= PF_SUPERPRIV;
378 * This sets PF_SUPERPRIV on the task if the capability is available on the
396 * This sets PF_SUPERPRIV on the task if the capability is available on the
415 * This sets PF_SUPERPRIV on the task if the capability is available on the
431 * This sets PF_SUPERPRIV on the task if the capability is available on the
450 * This does not set PF_SUPERPRIV becaus
[all...]
H A Dacct.c578 if (current->flags & PF_SUPERPRIV)
H A Dfork.c2276 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY);
/linux-master/security/
H A Dcommoncap.c1429 /* set PF_SUPERPRIV if it turns out we allow the low mmap */
1431 current->flags |= PF_SUPERPRIV;
/linux-master/include/linux/
H A Dsched.h1626 #define PF_SUPERPRIV 0x00000100 /* Used super-user privileges */ macro

Completed in 251 milliseconds