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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched_rt.c85 if (idx >= MAX_RT_PRIO)
119 if (idx >= MAX_RT_PRIO)
153 int next_idx = find_next_bit(array->bitmap, MAX_RT_PRIO, idx+1);
155 if (next_idx >= MAX_RT_PRIO)
H A Dsoftlockup.c116 struct sched_param param = { .sched_priority = MAX_RT_PRIO-1 };
H A Dstop_machine.c96 struct sched_param param = { .sched_priority = MAX_RT_PRIO-1 };
H A Drtmutex-tester.c377 (MAX_RT_PRIO - 1) - tsk->prio,
378 (MAX_RT_PRIO - 1) - tsk->normal_prio,
H A Dsched.c82 * to static priority [ MAX_RT_PRIO..MAX_PRIO-1 ],
85 #define NICE_TO_PRIO(nice) (MAX_RT_PRIO + (nice) + 20)
86 #define PRIO_TO_NICE(prio) ((prio) - MAX_RT_PRIO - 20)
94 #define USER_PRIO(p) ((p)-MAX_RT_PRIO)
152 DECLARE_BITMAP(bitmap, MAX_RT_PRIO+1); /* include 1 bit for delimiter */
153 struct list_head queue[MAX_RT_PRIO];
938 p->se.load.weight = prio_to_weight[p->static_prio - MAX_RT_PRIO];
939 p->se.load.inv_weight = prio_to_wmult[p->static_prio - MAX_RT_PRIO];
975 prio = MAX_RT_PRIO-1 - p->rt_priority;
4182 return p->prio - MAX_RT_PRIO;
[all...]
H A Dfutex.c978 * (i.e. threads with a priority lower than MAX_RT_PRIO)
979 * - or MAX_RT_PRIO for non-RT threads.
983 prio = min(current->normal_prio, MAX_RT_PRIO);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h1217 * priority is 0..MAX_RT_PRIO-1, and SCHED_NORMAL/SCHED_BATCH
1218 * tasks are in the range MAX_RT_PRIO..MAX_PRIO-1. Priority
1225 * MAX_RT_PRIO must not be smaller than MAX_USER_RT_PRIO.
1229 #define MAX_RT_PRIO MAX_USER_RT_PRIO macro
1231 #define MAX_PRIO (MAX_RT_PRIO + 40)
1232 #define DEFAULT_PRIO (MAX_RT_PRIO + 20)
1236 if (unlikely(prio < MAX_RT_PRIO))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_main.c473 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 };

Completed in 143 milliseconds