Searched refs:getloadavg (Results 1 – 17 of 17) sorted by relevance
/freebsd/libexec/atrun/ |
H A D | gloadavg.c | 65 if (getloadavg(&result, 1) != 1) in gloadavg()
|
/freebsd/lib/libc/gen/ |
H A D | getloadavg.c | 47 getloadavg(double loadavg[], int nelem) in getloadavg() function
|
H A D | Makefile.inc | 76 getloadavg.c \ 243 getloadavg.3 \
|
H A D | Symbol.map | 156 getloadavg;
|
/freebsd/lib/libkvm/ |
H A D | kvm_getloadavg.c | 65 return (getloadavg(loadavg, nelem)); in kvm_getloadavg()
|
/freebsd/usr.bin/systat/ |
H A D | main.c | 279 (void) getloadavg(avenrun, nitems(avenrun)); in display() 331 (void) getloadavg(avenrun, nitems(avenrun)); in load()
|
/freebsd/include/ |
H A D | stdlib.h | 288 int getloadavg(double [], int);
|
/freebsd/contrib/unbound/compat/ |
H A D | getentropy_solaris.c | 297 HX((getloadavg(loadavg, 3) == -1), loadavg); in getentropy_fallback()
|
/freebsd/libexec/rpc.rstatd/ |
H A D | rstat_proc.c | 200 (void)getloadavg(avrun, sizeof(avrun) / sizeof(avrun[0])); in updatestat()
|
/freebsd/usr.bin/w/ |
H A D | w.c | 543 if (getloadavg(avenrun, nitems(avenrun)) == -1) in pr_header()
|
/freebsd/usr.sbin/rwhod/ |
H A D | rwhod.c | 480 (void) getloadavg(avenrun, in sender_process()
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 1770 if (getloadavg(avenrun, sizeof(avenrun) / sizeof(avenrun[0])) < 0) in getla() 2155 int getloadavg( call_data ) in getloadavg() function
|
H A D | README | 366 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 D | z_Linux_util.cpp | 2411 int res = getloadavg(averages, 3); in __kmp_get_load_balance()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7038 INTERCEPTOR(int, getloadavg, double *loadavg, int nelem) { 7040 COMMON_INTERCEPTOR_ENTER(ctx, getloadavg, loadavg, nelem); 7041 int res = REAL(getloadavg)(loadavg, nelem); 7047 COMMON_INTERCEPT_FUNCTION(getloadavg);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1889 fun:getloadavg=uninstrumented
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 6371 SunOS 5.7 includes getloadavg() function for determining
|