Lines Matching refs:scfp
313 static void scftorture_invoke_one(struct scf_statistics *scfp, struct torture_random_state *trsp) in scftorture_invoke_one() argument
339 scfp->n_resched++; in scftorture_invoke_one()
347 scfp->n_single_wait++; in scftorture_invoke_one()
349 scfp->n_single++; in scftorture_invoke_one()
358 scfp->n_single_wait_ofl++; in scftorture_invoke_one()
360 scfp->n_single_ofl++; in scftorture_invoke_one()
369 scfp->n_single_rpc++; in scftorture_invoke_one()
388 scfp->n_single_rpc_ofl++; in scftorture_invoke_one()
395 scfp->n_many_wait++; in scftorture_invoke_one()
397 scfp->n_many++; in scftorture_invoke_one()
406 scfp->n_all_wait++; in scftorture_invoke_one()
408 scfp->n_all++; in scftorture_invoke_one()
445 struct scf_statistics *scfp = (struct scf_statistics *)arg; in scftorture_invoker() local
448 VERBOSE_SCFTORTOUT("scftorture_invoker %d: task started", scfp->cpu); in scftorture_invoker()
449 cpu = scfp->cpu % nr_cpu_ids; in scftorture_invoker()
455 …VERBOSE_SCFTORTOUT("scftorture_invoker %d: Waiting for all SCF torturers from cpu %d", scfp->cpu, … in scftorture_invoker()
459 WARN_ONCE(curcpu != scfp->cpu % nr_cpu_ids, in scftorture_invoker()
461 __func__, scfp->cpu, curcpu, nr_cpu_ids); in scftorture_invoker()
466 VERBOSE_SCFTORTOUT("scftorture_invoker %d ended before starting", scfp->cpu); in scftorture_invoker()
472 VERBOSE_SCFTORTOUT("scftorture_invoker %d started", scfp->cpu); in scftorture_invoker()
475 scftorture_invoke_one(scfp, &rand); in scftorture_invoker()
488 VERBOSE_SCFTORTOUT("scftorture_invoker %d ended", scfp->cpu); in scftorture_invoker()