Home | History | Annotate | Download | only in kern

Lines Matching defs:slp

1967 	long		lflag, slp;
1981 slp = 0;
2026 * into slp.
2049 slp = t;
2053 slp = t;
2057 slp = t - diff(now, stime);
2065 slp = t;
2068 slp = t - diff(now, stime);
2073 if (slp > 0) {
2078 * Maybe we should do 'slp/10 + 1' because the
2084 slp = (slp + 9)/ 10;
2101 if (!has_stime || slp <= 0) {
2107 error = ttysleep(tp, &tp->t_rawcv, true, slp);