proc_counter_pid()

The maximum number of jiffies in a time slice

Syntax:

long int proc_counter_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

The maximum number of jiffies the process can run in a time slice.

Return Values:

On success, returns the maximum number of jiffies in a time slice. On error, -1 is returned.

See Also:

proc_utime_pid(), proc_cutime_pid(), proc_stime_pid() proc_cstime_pid(), proc_priority_pid(), proc_timeout_pid() proc_it_real_value_pid(), proc_start_time_pid()



INDEX