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

/linux-master/kernel/
H A Dscftorture.c204 static void scf_sel_add(unsigned long weight, int prim, bool wait) function
598 scf_sel_add(weight_resched1, SCF_PRIM_RESCHED, false);
601 scf_sel_add(weight_single1, SCF_PRIM_SINGLE, false);
602 scf_sel_add(weight_single_rpc1, SCF_PRIM_SINGLE_RPC, true);
603 scf_sel_add(weight_single_wait1, SCF_PRIM_SINGLE, true);
604 scf_sel_add(weight_many1, SCF_PRIM_MANY, false);
605 scf_sel_add(weight_many_wait1, SCF_PRIM_MANY, true);
606 scf_sel_add(weight_all1, SCF_PRIM_ALL, false);
607 scf_sel_add(weight_all_wait1, SCF_PRIM_ALL, true);

Completed in 149 milliseconds