fscale 104 arch/i386/compile/GENERIC/param.c int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */ fscale 1494 compat/linux/linux_misc.c si.loads[0] = la->ldavg[0] * LINUX_SYSINFO_LOADS_SCALE / la->fscale; fscale 1495 compat/linux/linux_misc.c si.loads[1] = la->ldavg[1] * LINUX_SYSINFO_LOADS_SCALE / la->fscale; fscale 1496 compat/linux/linux_misc.c si.loads[2] = la->ldavg[2] * LINUX_SYSINFO_LOADS_SCALE / la->fscale; fscale 104 conf/param.c int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */ fscale 92 kern/kern_sysctl.c extern int nselcoll, fscale; fscale 461 kern/kern_sysctl.c return (sysctl_rdint(oldp, oldlenp, newp, fscale)); fscale 108 sys/resource.h long fscale; fscale 88 uvm/uvm_init.c averunnable.fscale = FSCALE;