Home
last modified time | relevance | path

Searched refs:cp_range_end (Results 1 – 1 of 1) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1318 static s32 cp_range_end[MAX_PARTS]; /* ... and the cumulative position it ends at */ variable
1350 if (n < cp_range_end[i]) { in place_one()
1445 cp_range_end[0] = total_excl; in compute_partition()
1456 cp_range_end[i + 1] = total_excl; in compute_partition()