|
Calculating nice value of a process from the data in task_struct?
hello all
I made a system call which extracts the information of current process from its task_struct. but I couldnt figure out, how to calculate the nice value of that process?
In some articles it was said that static_prio is the same as nice value.
anybody?
Regards,
Shujaat
|