Searched refs:load_weight (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h885 struct load_weight { struct
900 struct load_weight load; /* for load-balancing */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched.c232 struct load_weight load;
294 struct load_weight load;
753 struct load_weight *lw)
774 calc_delta_fair(unsigned long delta_exec, struct load_weight *lw)
779 static inline void update_load_add(struct load_weight *lw, unsigned long inc)
784 static inline void update_load_sub(struct load_weight *lw, unsigned long dec)

Completed in 337 milliseconds