Searched refs:scf_sel_array (Results 1 – 1 of 1) sorted by relevance
125 static struct scf_selector scf_sel_array[SCF_NPRIMS]; variable237 struct scf_selector *scfsp = &scf_sel_array[scf_sel_array_len]; in scf_sel_add()243 WARN_ON_ONCE(scf_sel_array_len >= ARRAY_SIZE(scf_sel_array)) || in scf_sel_add()263 scfsp = &scf_sel_array[i]; in scf_sel_dump()279 if (scf_sel_array[i].scfs_weight >= w) in scf_sel_rand()280 return &scf_sel_array[i]; in scf_sel_rand()282 return &scf_sel_array[0]; in scf_sel_rand()