Home | History | Annotate | Download | only in linux

Lines Matching full:load

96  * These are the constant used to fake the fixed-point load-average
99 * a load-average precision of 10 bits integer + 11 bits fractional
100 * - if you want to count load-averages more often, you need more
105 extern unsigned long avenrun[]; /* Load averages */
114 #define CALC_LOAD(load,exp,n) \
115 load *= exp; \
116 load += n*(FIXED_1-exp); \
117 load >>= FSHIFT;
385 /* current thread group signal load-balancing target: */
614 #define SCHED_LOAD_SCALE 128UL /* increase resolution of load */
617 #define SD_LOAD_BALANCE 1 /* Do load balancing on this domain. */
677 /* Active load balancing */
781 int load_weight; /* for niceness load balancing purposes */