Home
last modified time | relevance | path

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

/linux/kernel/
H A Dscftorture.c121 unsigned long scfs_weight; member
248 scfsp->scfs_weight = scf_sel_totweight; in scf_sel_add()
264 w = (scfsp->scfs_weight - oldw) * 100000 / scf_sel_totweight; in scf_sel_dump()
268 oldw = scfsp->scfs_weight; in scf_sel_dump()
279 if (scf_sel_array[i].scfs_weight >= w) in scf_sel_rand()