Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dscftorture.c119 unsigned long scfs_weight; member
216 scfsp->scfs_weight = scf_sel_totweight; in scf_sel_add()
232 w = (scfsp->scfs_weight - oldw) * 100000 / scf_sel_totweight; in scf_sel_dump()
236 oldw = scfsp->scfs_weight; in scf_sel_dump()
247 if (scf_sel_array[i].scfs_weight >= w) in scf_sel_rand()