1. NAME▲
cpupri_set - update the cpu priority setting
2. SYNOPSIS ▲
void cpupri_set(struct cpupri * cp , int cpu , int newpri );
3. ARGUMENTS ▲
cp
The cpupri context
cpu
The target cpu
newpri
The priority (INVALID-RT99) to assign to this CPU
4. NOTE ▲
Assumes cpu_rq(cpu)->lock is locked
5. RETURNS ▲
(void)
6. COPYRIGHT ▲