Hi all :<br><br>struct pfair_state and struct cpuentry_t are per-cpu variables and defined in sched_pfair.c and sched_gsn_edf.c, respectively. Here i want to make clear what "linked" and "scheduled" exactly mean.<br>
<br>For example, Task 1 is executing on Processor 1, but Task 2 should be executing on Processor 1 at this time according to a certain scheduling algorithm.<br>So, for Processor 1 , its <br>scheduled = Task 1<br>linked = Task 2<br>
<br>Is that right ?<br><br>Thanks. <br>