Home
last modified time | relevance | path

Searched refs:i_loadave (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/top/
H A Ddisplay.h19 void i_loadave(int mpid, double *avenrun);
H A Dtop.c74 static void (*d_loadave)(int mpid, double *avenrun) = i_loadave;
1192 d_loadave = i_loadave; in reset_display()
H A Ddisplay.c238 i_loadave(int mpid, double avenrun[]) in i_loadave() function