Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/
Dscftorture.c125 static struct scf_selector scf_sel_array[SCF_NPRIMS]; variable
236 struct scf_selector *scfsp = &scf_sel_array[scf_sel_array_len]; in scf_sel_add()
242 WARN_ON_ONCE(scf_sel_array_len >= ARRAY_SIZE(scf_sel_array)) || in scf_sel_add()
262 scfsp = &scf_sel_array[i]; in scf_sel_dump()
278 if (scf_sel_array[i].scfs_weight >= w) in scf_sel_rand()
279 return &scf_sel_array[i]; in scf_sel_rand()
281 return &scf_sel_array[0]; in scf_sel_rand()