kernel/scftorture.c
633
scf_sel_add(weight_resched1, SCF_PRIM_RESCHED, false);
kernel/scftorture.c
636
scf_sel_add(weight_single1, SCF_PRIM_SINGLE, false);
kernel/scftorture.c
637
scf_sel_add(weight_single_rpc1, SCF_PRIM_SINGLE_RPC, true);
kernel/scftorture.c
638
scf_sel_add(weight_single_wait1, SCF_PRIM_SINGLE, true);
kernel/scftorture.c
639
scf_sel_add(weight_many1, SCF_PRIM_MANY, false);
kernel/scftorture.c
640
scf_sel_add(weight_many_wait1, SCF_PRIM_MANY, true);
kernel/scftorture.c
641
scf_sel_add(weight_all1, SCF_PRIM_ALL, false);
kernel/scftorture.c
642
scf_sel_add(weight_all_wait1, SCF_PRIM_ALL, true);