Searched refs:buckets (Results 1 – 3 of 3) sorted by relevance
54 JournalRateLimitGroup* buckets[BUCKETS_MAX]; member84 LIST_REMOVE(bucket, g->parent->buckets[g->hash % BUCKETS_MAX], g); in journal_ratelimit_group_free()145 LIST_PREPEND(bucket, r->buckets[g->hash % BUCKETS_MAX], g); in journal_ratelimit_group_new()209 g = r->buckets[h % BUCKETS_MAX]; in journal_ratelimit_test()
77 if (fq->buckets > 0) { in fair_queueing_fill_message()80 l = log2u(fq->buckets); in fair_queueing_fill_message()144 p = &fq->buckets; in config_parse_fair_queueing_u32()
16 uint32_t buckets; member