Home
last modified time | relevance | path

Searched refs:getloadavg (Results 1 – 25 of 25) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/tests/
Dtest-zstd-speed.py151 while os.getloadavg()[0] > args.maxLoadAvg:
153 % (os.getloadavg()[0], args.maxLoadAvg, sleepTime))
155 start_load = str(os.getloadavg())
165 end_load = str(os.getloadavg())
351 loadavg = os.getloadavg()[0]
/freebsd-12-stable/libexec/atrun/
Dgloadavg.c70 if (getloadavg(&result, 1) != 1) in gloadavg()
/freebsd-12-stable/contrib/gcclibs/libgomp/config/posix/
Dproc.c79 if (getloadavg (dloadavg, 3) == 3) in gomp_dynamic_max_threads()
/freebsd-12-stable/lib/libc/gen/
Dgetloadavg.c51 getloadavg(double loadavg[], int nelem) in getloadavg() function
DMakefile.inc69 getloadavg.c \
240 getloadavg.3 \
DSymbol.map158 getloadavg;
/freebsd-12-stable/contrib/gcclibs/libgomp/config/bsd/
Dproc.c94 if (getloadavg (dloadavg, 3) == 3) in gomp_dynamic_max_threads()
/freebsd-12-stable/usr.bin/systat/
Dmain.c267 (void) getloadavg(avenrun, nitems(avenrun)); in display()
319 (void) getloadavg(avenrun, nitems(avenrun)); in load()
/freebsd-12-stable/lib/libkvm/
Dkvm_getloadavg.c69 return (getloadavg(loadavg, nelem)); in kvm_getloadavg()
/freebsd-12-stable/contrib/gcclibs/libgomp/config/linux/
Dproc.c159 if (getloadavg (dloadavg, 3) == 3) in gomp_dynamic_max_threads()
/freebsd-12-stable/include/
Dstdlib.h288 int getloadavg(double [], int);
/freebsd-12-stable/contrib/gcclibs/libgomp/
Dconfig.h.in24 /* Define to 1 if you have the `getloadavg' function. */
Dconfigure.ac181 AC_CHECK_FUNCS(getloadavg clock_gettime)
DChangeLog1577 * configure.ac: Check for getloadavg. Substitute XCFLAGS and
Dconfigure16533 for ac_func in getloadavg clock_gettime
/freebsd-12-stable/contrib/unbound/compat/
Dgetentropy_solaris.c297 HX((getloadavg(loadavg, 3) == -1), loadavg); in getentropy_fallback()
/freebsd-12-stable/libexec/rpc.rstatd/
Drstat_proc.c209 (void)getloadavg(avrun, sizeof(avrun) / sizeof(avrun[0])); in updatestat()
/freebsd-12-stable/usr.bin/w/
Dw.c539 if (getloadavg(avenrun, nitems(avenrun)) == -1) in pr_header()
/freebsd-12-stable/usr.sbin/rwhod/
Drwhod.c495 (void) getloadavg(avenrun, in sender_process()
/freebsd-12-stable/contrib/sendmail/src/
Dconf.c1771 if (getloadavg(avenrun, sizeof(avenrun) / sizeof(avenrun[0])) < 0) in getla()
2156 int getloadavg( call_data ) in getloadavg() function
DREADME366 LA_SUBR (4) if you have the getloadavg(3) routine in your
1467 daemon, and the getloadavg subroutine supplied with that package.
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dz_Linux_util.cpp2136 int res = getloadavg(averages, 3); in __kmp_get_load_balance()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc6935 INTERCEPTOR(int, getloadavg, double *loadavg, int nelem) {
6937 COMMON_INTERCEPTOR_ENTER(ctx, getloadavg, loadavg, nelem);
6938 int res = REAL(getloadavg)(loadavg, nelem);
6944 COMMON_INTERCEPT_FUNCTION(getloadavg);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1883 fun:getloadavg=uninstrumented
/freebsd-12-stable/contrib/sendmail/
DRELEASE_NOTES6196 SunOS 5.7 includes getloadavg() function for determining