Searched refs:getloadavg (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/libexec/atrun/
H A Dgloadavg.c68 if (getloadavg(&result, 1) != 1)
69 perr("error in getloadavg");
/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/
H A Dproc.c79 if (getloadavg (dloadavg, 3) == 3)
/freebsd-11-stable/contrib/gcclibs/libgomp/config/bsd/
H A Dproc.c94 if (getloadavg (dloadavg, 3) == 3)
/freebsd-11-stable/lib/libc/gen/
H A Dgetloadavg.c31 static char sccsid[] = "@(#)getloadavg.c 8.1 (Berkeley) 6/4/93";
45 * getloadavg() -- Get system load averages.
51 getloadavg(double loadavg[], int nelem) function
H A DMakefile.inc61 getloadavg.c \
217 getloadavg.3 \
/freebsd-11-stable/contrib/gcclibs/libgomp/config/linux/
H A Dproc.c159 if (getloadavg (dloadavg, 3) == 3)
/freebsd-11-stable/lib/libkvm/
H A Dkvm_getloadavg.c72 return (getloadavg(loadavg, nelem));
/freebsd-11-stable/usr.bin/systat/
H A Dmain.c264 (void) getloadavg(avenrun, nitems(avenrun));
312 (void) getloadavg(avenrun, nitems(avenrun));
/freebsd-11-stable/include/
H A Dstdlib.h294 int getloadavg(double [], int);
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c297 HX((getloadavg(loadavg, 3) == -1), loadavg);
/freebsd-11-stable/libexec/rpc.rstatd/
H A Drstat_proc.c210 (void)getloadavg(avrun, sizeof(avrun) / sizeof(avrun[0]));
/freebsd-11-stable/usr.bin/w/
H A Dw.c519 if (getloadavg(avenrun, nitems(avenrun)) == -1)
/freebsd-11-stable/usr.sbin/rwhod/
H A Drwhod.c492 (void) getloadavg(avenrun,
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2188 int res = getloadavg(averages, 3);
2191 // getloadavg() may return the number of samples less than requested that is
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c1453 #define LA_SUBR 4 /* call getloadavg */
1766 if (getloadavg(avenrun, sizeof(avenrun) / sizeof(avenrun[0])) < 0)
1769 sm_dprintf("getla: getloadavg failed: %s",
2143 SM_UNUSED(static char rcsid[]) = "@(#)$OrigId: getloadavg.c,v 1.16 1991/06/21 12:51:15 paul Exp $";
2151 int getloadavg( call_data ) function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6690 INTERCEPTOR(int, getloadavg, double *loadavg, int nelem) {
6692 COMMON_INTERCEPTOR_ENTER(ctx, getloadavg, loadavg, nelem);
6693 int res = REAL(getloadavg)(loadavg, nelem);
6699 COMMON_INTERCEPT_FUNCTION(getloadavg);
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dconfigure16533 for ac_func in getloadavg clock_gettime

Completed in 198 milliseconds