Home
last modified time | relevance | path

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

/freebsd/libexec/atrun/
H A Dgloadavg.c65 if (getloadavg(&result, 1) != 1) in gloadavg()
/freebsd/lib/libc/gen/
H A Dgetloadavg.c47 getloadavg(double loadavg[], int nelem) in getloadavg() function
H A DMakefile.inc75 getloadavg.c \
241 getloadavg.3 \
H A DSymbol.map154 getloadavg;
/freebsd/lib/libkvm/
H A Dkvm_getloadavg.c65 return (getloadavg(loadavg, nelem)); in kvm_getloadavg()
/freebsd/usr.bin/systat/
H A Dmain.c279 (void) getloadavg(avenrun, nitems(avenrun)); in display()
331 (void) getloadavg(avenrun, nitems(avenrun)); in load()
/freebsd/include/
H A Dstdlib.h288 int getloadavg(double [], int);
/freebsd/contrib/unbound/compat/
H A Dgetentropy_solaris.c297 HX((getloadavg(loadavg, 3) == -1), loadavg); in getentropy_fallback()
/freebsd/libexec/rpc.rstatd/
H A Drstat_proc.c200 (void)getloadavg(avrun, sizeof(avrun) / sizeof(avrun[0])); in updatestat()
/freebsd/usr.bin/w/
H A Dw.c538 if (getloadavg(avenrun, nitems(avenrun)) == -1) in pr_header()
/freebsd/usr.sbin/rwhod/
H A Drwhod.c480 (void) getloadavg(avenrun, in sender_process()
/freebsd/contrib/sendmail/src/
H A Dconf.c1770 if (getloadavg(avenrun, sizeof(avenrun) / sizeof(avenrun[0])) < 0) in getla()
2155 int getloadavg( call_data ) in getloadavg() function
H A DREADME366 LA_SUBR (4) if you have the getloadavg(3) routine in your
1473 daemon, and the getloadavg subroutine supplied with that package.
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2269 int res = getloadavg(averages, 3); in __kmp_get_load_balance()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7025 INTERCEPTOR(int, getloadavg, double *loadavg, int nelem) {
7027 COMMON_INTERCEPTOR_ENTER(ctx, getloadavg, loadavg, nelem);
7028 int res = REAL(getloadavg)(loadavg, nelem);
7034 COMMON_INTERCEPT_FUNCTION(getloadavg);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1889 fun:getloadavg=uninstrumented
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES6371 SunOS 5.7 includes getloadavg() function for determining