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

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c92 #define BASE_PRIORITY 10 /* 0 - 20 valid for user, time share */ macro
93 #define HIGH_PRIORITY BASE_PRIORITY - 1
453 param.sched_priority = BASE_PRIORITY;
1196 p->plg_priority = param.sched_priority = BASE_PRIORITY;
1296 } else if ((p->plg_priority < BASE_PRIORITY) &&
1299 BASE_PRIORITY;

Completed in 59 milliseconds