Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c96 #define BASE_PRIORITY 10 /* 0 - 20 valid for user, time share */ macro
97 #define HIGH_PRIORITY BASE_PRIORITY - 1
462 param.sched_priority = BASE_PRIORITY; in auditd_thread_init()
1206 p->plg_priority = param.sched_priority = BASE_PRIORITY; in process()
1306 } else if ((p->plg_priority < BASE_PRIORITY) && in process()
1309 BASE_PRIORITY; in process()