Lines Matching full:pending
20 /* State propagated through children, pending aggregation */
21 __u64 pending;
57 static int create_attach_counter(__u64 cg_id, __u64 state, __u64 pending)
59 struct attach_counter init = {.state = state, .pending = pending};
109 /* Collect pending stats from subtree */
110 if (total_counter->pending) {
111 delta += total_counter->pending;
112 total_counter->pending = 0;
127 parent_counter->pending += delta;