Lines Matching refs:scfp
295 static void scftorture_invoke_one(struct scf_statistics *scfp, struct torture_random_state *trsp) in scftorture_invoke_one() argument
320 scfp->n_single_wait++; in scftorture_invoke_one()
322 scfp->n_single++; in scftorture_invoke_one()
331 scfp->n_single_wait_ofl++; in scftorture_invoke_one()
333 scfp->n_single_ofl++; in scftorture_invoke_one()
340 scfp->n_many_wait++; in scftorture_invoke_one()
342 scfp->n_many++; in scftorture_invoke_one()
351 scfp->n_all_wait++; in scftorture_invoke_one()
353 scfp->n_all++; in scftorture_invoke_one()
387 struct scf_statistics *scfp = (struct scf_statistics *)arg; in scftorture_invoker() local
390 VERBOSE_SCFTORTOUT("scftorture_invoker %d: task started", scfp->cpu); in scftorture_invoker()
391 cpu = scfp->cpu % nr_cpu_ids; in scftorture_invoker()
397 …VERBOSE_SCFTORTOUT("scftorture_invoker %d: Waiting for all SCF torturers from cpu %d", scfp->cpu, … in scftorture_invoker()
400 WARN_ON_ONCE(smp_processor_id() != scfp->cpu); in scftorture_invoker()
405 VERBOSE_SCFTORTOUT("scftorture_invoker %d ended before starting", scfp->cpu); in scftorture_invoker()
411 VERBOSE_SCFTORTOUT("scftorture_invoker %d started", scfp->cpu); in scftorture_invoker()
414 scftorture_invoke_one(scfp, &rand); in scftorture_invoker()
426 VERBOSE_SCFTORTOUT("scftorture_invoker %d ended", scfp->cpu); in scftorture_invoker()