Hi all, i need some help about the variables into struct sched_info. struct sched_info { /* cumulative counters */ unsigned long cpu_time, /* time spent on the cpu */ run_delay, /* time spent waiting on a runqueue */ pcnt; /* # of timeslices run on this cpu */ /* timestamps */ unsigned long last_arrival, /* when we last ran on a cpu */ last_queued; /* when we were last queued to run */ }; I need to know what means this attributes into this struct. I am trying to understand what this comments wants to "say", therefore i could wish more explanation about them. Thanks a lot. -- Michel Souza Ciencia da Computacao - 7 periodo UFAM -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/