MAX_CGRPS
__uint(max_entries, 4 * MAX_CGRPS);
__uint(max_entries, MAX_CGRPS);
static u64 cgrp_q_len[MAX_CGRPS];
static u64 cgrp_q_idx_busy[MAX_CGRPS];
__uint(max_entries, MAX_CGRPS);
bpf_for(i, 0, MAX_CGRPS) {
q_idx = __sync_fetch_and_add(&cgrp_q_idx_cursor, 1) % MAX_CGRPS;
if (i == MAX_CGRPS)
for (i = 0; i < MAX_CGRPS; i++) {