Home
last modified time | relevance | path

Searched refs:PRIV_SCHED_SETPRIORITY (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/sys/
HDpriv.h185 #define PRIV_SCHED_SETPRIORITY 201 /* Can set lower nice value for proc. */ macro
/trueos/sys/kern/
HDkern_resource.c273 if (n < p->p_nice && priv_check(td, PRIV_SCHED_SETPRIORITY) != 0) in donice()
/trueos/sys/security/mac_lomac/
HDmac_lomac.c1757 case PRIV_SCHED_SETPRIORITY: in lomac_priv_check()
/trueos/sys/security/mac_biba/
HDmac_biba.c1990 case PRIV_SCHED_SETPRIORITY: in biba_priv_check()