Searched refs:PF_SUPERPRIV (Results 1 – 4 of 4) sorted by relevance
343 current->flags |= PF_SUPERPRIV; in ns_capable_common()
2196 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()
1476 /* set PF_SUPERPRIV if it turns out we allow the low mmap */ in cap_mmap_addr() 1478 current->flags |= PF_SUPERPRIV; in cap_mmap_addr()
1803 #define PF_SUPERPRIV 0x00000100 /* Used super-user privileges */ macro