BASE_PRIORITY
p->plg_priority = param.sched_priority = BASE_PRIORITY;
} else if ((p->plg_priority < BASE_PRIORITY) &&
BASE_PRIORITY;
param.sched_priority = BASE_PRIORITY;
#define HIGH_PRIORITY BASE_PRIORITY - 1