Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dscftorture.c124 static struct scf_selector scf_sel_array[SCF_NPRIMS]; variable
207 struct scf_selector *scfsp = &scf_sel_array[scf_sel_array_len]; in scf_sel_add()
213 WARN_ON_ONCE(scf_sel_array_len >= ARRAY_SIZE(scf_sel_array)) || in scf_sel_add()
233 scfsp = &scf_sel_array[i]; in scf_sel_dump()
249 if (scf_sel_array[i].scfs_weight >= w) in scf_sel_rand()
250 return &scf_sel_array[i]; in scf_sel_rand()
252 return &scf_sel_array[0]; in scf_sel_rand()