Searched refs:psecs (Results 1 – 1 of 1) sorted by relevance
540 unsigned long psecs; in do_process_times() local542 psecs = (p->times.tms_utime += user); in do_process_times()543 psecs += (p->times.tms_stime += system); in do_process_times()544 if (psecs / HZ > p->rlim[RLIMIT_CPU].rlim_cur) { in do_process_times()546 if (!(psecs % HZ)) in do_process_times()549 if (psecs / HZ > p->rlim[RLIMIT_CPU].rlim_max) in do_process_times()