Searched refs:scf_sel_array (Results 1 – 1 of 1) sorted by relevance
116 static struct scf_selector scf_sel_array[SCF_NPRIMS]; variable191 struct scf_selector *scfsp = &scf_sel_array[scf_sel_array_len]; in scf_sel_add()197 WARN_ON_ONCE(scf_sel_array_len >= ARRAY_SIZE(scf_sel_array)) || in scf_sel_add()217 scfsp = &scf_sel_array[i]; in scf_sel_dump()233 if (scf_sel_array[i].scfs_weight >= w) in scf_sel_rand()234 return &scf_sel_array[i]; in scf_sel_rand()236 return &scf_sel_array[0]; in scf_sel_rand()