Searched refs:encode_comp_t (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dacct.c227 * This routine has been adopted from the encode_comp_t() function in
236 static comp_t encode_comp_t(unsigned long value) function
299 ac.ac_etime = encode_comp_t(jiffies - current->start_time);
300 ac.ac_utime = encode_comp_t(current->times.tms_utime);
301 ac.ac_stime = encode_comp_t(current->times.tms_stime);
328 ac.ac_mem = encode_comp_t(vsize);
329 ac.ac_io = encode_comp_t(0 /* current->io_usage */); /* %% */
330 ac.ac_rw = encode_comp_t(ac.ac_io / 1024);
331 ac.ac_minflt = encode_comp_t(current->min_flt);
332 ac.ac_majflt = encode_comp_t(curren
[all...]

Completed in 50 milliseconds