HomeSort by relevance Sort by last modified time
    Searched defs:avenrun (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/rpcsvc/
rup.c 65 long avenrun[3]; member in struct:entry
230 sw_var.avenrun);
232 putline(st.curtime.tv_sec, st.boottime, st.avenrun);
241 memcpy(entry[curentry].avenrun, st.avenrun, AVENSIZE);
248 memcpy(entry[curentry].avenrun, sw_var.avenrun,
268 putline(now, boottime, avenrun)
271 long avenrun[];
297 * (Found by looking in kernel for avenrun)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.rwhod.c 372 double avenrun[3]; local
437 if (getloadavg(avenrun, 3) == -1) {
443 mywd.wd_loadav[i] = htonl((ulong_t)(avenrun[i] * 100));
  /onnv/onnv-gate/usr/src/uts/common/os/
clock.c 96 * high-precision avenrun values. These are needed to make the
97 * regular avenrun values accurate.
100 int avenrun[3]; /* FSCALED average run queue lengths */ variable
880 * At the moment avenrun[] can only hold 31
885 * that we can use into avenrun[i]. This is
887 * avenrun[] is declared as an array of uint64[]
890 avenrun[i] = (int32_t)(hp_avenrun[i] >>
893 avenrun[i] = 0x7fffffff;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
conf.c 1457 long avenrun[3]; local
1460 short avenrun[3]; local
1463 long long avenrun[3]; local
1465 double avenrun[3]; local
1581 long avenrun[3]; local
1687 double avenrun[3]; local
1774 double avenrun; local
1820 int avenrun[3]; local
1933 short avenrun; local
2012 double avenrun[3]; local
2077 double *avenrun = (double *) call_data; local
    [all...]

Completed in 900 milliseconds