Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dscftorture.c123 static struct scf_selector scf_sel_array[SCF_NPRIMS]; variable
205 struct scf_selector *scfsp = &scf_sel_array[scf_sel_array_len]; in scf_sel_add()
211 WARN_ON_ONCE(scf_sel_array_len >= ARRAY_SIZE(scf_sel_array)) || in scf_sel_add()
231 scfsp = &scf_sel_array[i]; in scf_sel_dump()
247 if (scf_sel_array[i].scfs_weight >= w) in scf_sel_rand()
248 return &scf_sel_array[i]; in scf_sel_rand()
250 return &scf_sel_array[0]; in scf_sel_rand()