Lines Matching refs:scfp

315 static void scftorture_invoke_one(struct scf_statistics *scfp, struct torture_random_state *trsp)  in scftorture_invoke_one()  argument
344 scfp->n_resched++; in scftorture_invoke_one()
352 scfp->n_single_wait++; in scftorture_invoke_one()
354 scfp->n_single++; in scftorture_invoke_one()
363 scfp->n_single_wait_ofl++; in scftorture_invoke_one()
365 scfp->n_single_ofl++; in scftorture_invoke_one()
374 scfp->n_single_rpc++; in scftorture_invoke_one()
393 scfp->n_single_rpc_ofl++; in scftorture_invoke_one()
400 scfp->n_many_wait++; in scftorture_invoke_one()
402 scfp->n_many++; in scftorture_invoke_one()
411 scfp->n_all_wait++; in scftorture_invoke_one()
413 scfp->n_all++; in scftorture_invoke_one()
452 struct scf_statistics *scfp = (struct scf_statistics *)arg; in scftorture_invoker() local
455 VERBOSE_SCFTORTOUT("scftorture_invoker %d: task started", scfp->cpu); in scftorture_invoker()
456 cpu = scfp->cpu % nr_cpu_ids; in scftorture_invoker()
462 …VERBOSE_SCFTORTOUT("scftorture_invoker %d: Waiting for all SCF torturers from cpu %d", scfp->cpu, … in scftorture_invoker()
466 WARN_ONCE(curcpu != scfp->cpu % nr_cpu_ids, in scftorture_invoker()
468 __func__, scfp->cpu, curcpu, nr_cpu_ids); in scftorture_invoker()
473 VERBOSE_SCFTORTOUT("scftorture_invoker %d ended before starting", scfp->cpu); in scftorture_invoker()
479 VERBOSE_SCFTORTOUT("scftorture_invoker %d started", scfp->cpu); in scftorture_invoker()
482 scftorture_invoke_one(scfp, &rand); in scftorture_invoker()
495 VERBOSE_SCFTORTOUT("scftorture_invoker %d ended", scfp->cpu); in scftorture_invoker()