Home
last modified time | relevance | path

Searched refs:get_avenrun (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/proc/
H A Dloadavg.c18 get_avenrun(avnrun, FIXED_1/200, 0); in loadavg_proc_show()
/openbmc/linux/include/linux/sched/
H A Dloadavg.h16 extern void get_avenrun(unsigned long *loads, unsigned long offset, int shift);
/openbmc/linux/kernel/sched/
H A Dloadavg.c71 void get_avenrun(unsigned long *loads, unsigned long offset, int shift) in get_avenrun() function
/openbmc/linux/kernel/
H A Dsys.c2786 get_avenrun(info->loads, 0, SI_LOAD_SHIFT - FSHIFT); in do_sysinfo()