Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dsched.h430 #define PF_SUPERPRIV 0x00000100 /* used super-user privileges */ macro
724 current->flags |= PF_SUPERPRIV; in suser()
733 current->flags |= PF_SUPERPRIV; in fsuser()
753 current->flags |= PF_SUPERPRIV; in capable()
/linux-2.4.37.9/kernel/
Dacct.c309 if (current->flags & PF_SUPERPRIV) in do_acct_process()
Dfork.c606 new_flags &= ~(PF_SUPERPRIV | PF_USEDFPU); in copy_flags()