Hi On Fri, Apr 4, 2008 at 2:19 PM, Adil Mujeeb <mujeeb.adil@xxxxxxxxx> wrote: > Hi List, > > What is the meaning of the following fields of task_struct structure: > > cputime_t utime, stime; CPU time used by this process in user mode and kernel mode, respectively > cputime_t it_prof_expires, it_virt_expires; From: http://lxr.linux.no/linux/include/linux/time.h#L197 seems like it has something to do with interval timer programming....something you do with setitimer() C function... regards, Mulyadi. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ