psecs
void psecs(long);
psecs((long) limit);
cputime1(int32_t secs, int32_t psecs, VAR *v, enum mode mode)
psecs = (psecs + 5000) / 10000;
secs += psecs / 100;
psecs = psecs % 100;
(long)psecs);
int32_t psecs; /* "parts" of a second. first micro, then centi */
psecs = k->p_rtime_usec;
psecs += k->p_uctime_usec;
cputime1(secs, psecs, v, mode);
int32_t psecs; /* "parts" of a second. first micro, then centi */
psecs = l->l_rtime_usec;
cputime1(secs, psecs, v, mode);
long psecs; /* "parts" of a second. first micro, then centi */
psecs = 0;
psecs = kp->p_rtime_usec;
psecs += k->ki_u.u_cru.ru_utime.tv_usec +
psecs = (psecs + 5000) / 10000;
secs += psecs / 100;
psecs = psecs % 100;
secs%60, psecs);
backoff(unsigned *psecs)
secs = *psecs;
*psecs = secs;