Lines Matching refs:parent
56 JournalRateLimit *parent;
98 if (g->parent) {
99 assert(g->parent->n_groups > 0);
101 if (g->parent->lru_tail == g)
102 g->parent->lru_tail = g->lru_prev;
104 LIST_REMOVE(lru, g->parent->lru, g);
105 LIST_REMOVE(bucket, g->parent->buckets[g->hash % BUCKETS_MAX], g);
107 g->parent->n_groups --;
129 if (g->pools[i].begin + g->parent->interval >= ts)
173 g->parent = r;