Searched defs:getloadavg (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetloadavg.c29 #pragma weak _getloadavg = getloadavg
37 * getloadavg -- get the time averaged run queues from the system
40 getloadavg(double loadavg[], int nelem) function
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c1377 #define LA_SUBR 4 /* call getloadavg */
1690 if (getloadavg(avenrun, sizeof(avenrun) / sizeof(avenrun[0])) < 0)
1693 sm_dprintf("getla: getloadavg failed: %s",
2067 SM_UNUSED(static char rcsid[]) = "@(#)$OrigId: getloadavg.c,v 1.16 1991/06/21 12:51:15 paul Exp $";
2075 int getloadavg( call_data ) function

Completed in 338 milliseconds