커널 버전 : 2.6.20.18
188 /*
189 * These are the runqueue data structures:
190 */
191
192 struct prio_array {
193 unsigned int nr_active;
194 DECLARE_BITMAP(bitmap, MAX_PRIO+1); /* include 1 bit for delimiter */
195 struct list_head queue[MAX_PRIO];
196 };
sched.h 에서 보면 다음과 같이 선언 되어 있다.
523 #define MAX_USER_RT_PRIO 100
524 #define MAX_RT_PRIO MAX_USER_RT_PRIO
525
526 #define MAX_PRIO (MAX_RT_PRIO + 40)
댓글 없음:
댓글 쓰기