]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/sched.h
sched: fair-group: de-couple load-balancing from the rb-trees
[net-next-2.6.git] / include / linux / sched.h
index 887f5db8942d28ec5bc2425f938d7c8c6be56173..be6914014c7045d0faf603406bfd586f404c9968 100644 (file)
@@ -946,6 +946,7 @@ struct load_weight {
 struct sched_entity {
        struct load_weight      load;           /* for load-balancing */
        struct rb_node          run_node;
+       struct list_head        group_node;
        unsigned int            on_rq;
 
        u64                     exec_start;