Home
last modified time | relevance | path

Searched refs:psecs (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/kernel/
Dtimer.c540 unsigned long psecs; in do_process_times() local
542 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()