next up previous
Next: schedule() Up: How The Linux Scheduler Previous: How The Linux Scheduler

task_struct

 During scheduling, the kernel relies upon a linked list of runnable tasks to determine who should run next. This linked list is a list of data structures of type task_struct that each contain information about a particular task. The important elements in the task_struct from the scheduler's point of view include:
next up previous
Next: schedule() Up: How The Linux Scheduler Previous: How The Linux Scheduler
Brandon Sanders
12/17/1999