Seongsu Lee wrote:
Then, how can I obtain the dynamic priority of a process at certain moment?use /proc/<pid>/stat... the related file you should check is fs/proc/array.c and looks for proc_pid_stat() function. I am sure you can do further research from this point :)
regards, Mulyadi -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/