Searched refs:scfs_weight (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dscftorture.c119 unsigned long scfs_weight; member in struct:scf_selector
217 scfsp->scfs_weight = scf_sel_totweight;
233 w = (scfsp->scfs_weight - oldw) * 100000 / scf_sel_totweight;
237 oldw = scfsp->scfs_weight;
248 if (scf_sel_array[i].scfs_weight >= w)

Completed in 194 milliseconds