Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dpeek_dsq.bpf.c18 #define DSQ_POOL_SIZE 8 macro
21 int dsq_pool_size = DSQ_POOL_SIZE;
54 return dsq_pool_base_id + (time % DSQ_POOL_SIZE); in get_random_dsq_id()
87 bpf_for(i, 0, DSQ_POOL_SIZE) { in scan_dsq_pool()
205 bpf_for(i, 0, DSQ_POOL_SIZE) { in BPF_STRUCT_OPS_SLEEPABLE()
235 bpf_for(i, 0, DSQ_POOL_SIZE) { in BPF_STRUCT_OPS()