Searched refs:scf_sel_add (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/kernel/ |
D | scftorture.c | 203 static void scf_sel_add(unsigned long weight, int prim, bool wait) in scf_sel_add() function 592 scf_sel_add(weight_resched1, SCF_PRIM_RESCHED, false); in scf_torture_init() 595 scf_sel_add(weight_single1, SCF_PRIM_SINGLE, false); in scf_torture_init() 596 scf_sel_add(weight_single_rpc1, SCF_PRIM_SINGLE_RPC, true); in scf_torture_init() 597 scf_sel_add(weight_single_wait1, SCF_PRIM_SINGLE, true); in scf_torture_init() 598 scf_sel_add(weight_many1, SCF_PRIM_MANY, false); in scf_torture_init() 599 scf_sel_add(weight_many_wait1, SCF_PRIM_MANY, true); in scf_torture_init() 600 scf_sel_add(weight_all1, SCF_PRIM_ALL, false); in scf_torture_init() 601 scf_sel_add(weight_all_wait1, SCF_PRIM_ALL, true); in scf_torture_init()
|