Searched refs:PF_SUPERPRIV (Results 1 – 6 of 6) sorted by relevance
50 if (tsk->flags & PF_SUPERPRIV) in bacct_add_tsk()
364 current->flags |= PF_SUPERPRIV; in ns_capable_common()
577 if (current->flags & PF_SUPERPRIV) in acct_collect()
2260 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()
1426 current->flags |= PF_SUPERPRIV; in cap_mmap_addr()
1668 #define PF_SUPERPRIV 0x00000100 /* Used super-user privileges */ macro