Searched refs:scf_sel_add (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/kernel/ |
D | scftorture.c | 189 static void scf_sel_add(unsigned long weight, int prim, bool wait) in scf_sel_add() function 520 scf_sel_add(weight_single1, SCF_PRIM_SINGLE, false); in scf_torture_init() 521 scf_sel_add(weight_single_wait1, SCF_PRIM_SINGLE, true); in scf_torture_init() 522 scf_sel_add(weight_many1, SCF_PRIM_MANY, false); in scf_torture_init() 523 scf_sel_add(weight_many_wait1, SCF_PRIM_MANY, true); in scf_torture_init() 524 scf_sel_add(weight_all1, SCF_PRIM_ALL, false); in scf_torture_init() 525 scf_sel_add(weight_all_wait1, SCF_PRIM_ALL, true); in scf_torture_init()
|