Lines Matching refs:scfp
344 static void scftorture_invoke_one(struct scf_statistics *scfp, struct torture_random_state *trsp) in scftorture_invoke_one() argument
373 scfp->n_resched++; in scftorture_invoke_one()
381 scfp->n_single_wait++; in scftorture_invoke_one()
383 scfp->n_single++; in scftorture_invoke_one()
392 scfp->n_single_wait_ofl++; in scftorture_invoke_one()
394 scfp->n_single_ofl++; in scftorture_invoke_one()
403 scfp->n_single_rpc++; in scftorture_invoke_one()
422 scfp->n_single_rpc_ofl++; in scftorture_invoke_one()
429 scfp->n_many_wait++; in scftorture_invoke_one()
431 scfp->n_many++; in scftorture_invoke_one()
440 scfp->n_all_wait++; in scftorture_invoke_one()
442 scfp->n_all++; in scftorture_invoke_one()
481 struct scf_statistics *scfp = (struct scf_statistics *)arg; in scftorture_invoker() local
484 VERBOSE_SCFTORTOUT("scftorture_invoker %d: task started", scfp->cpu); in scftorture_invoker()
485 cpu = scfp->cpu % nr_cpu_ids; in scftorture_invoker()
491 …VERBOSE_SCFTORTOUT("scftorture_invoker %d: Waiting for all SCF torturers from cpu %d", scfp->cpu, … in scftorture_invoker()
497 __func__, scfp->cpu, curcpu, nr_cpu_ids); in scftorture_invoker()
502 VERBOSE_SCFTORTOUT("scftorture_invoker %d ended before starting", scfp->cpu); in scftorture_invoker()
508 VERBOSE_SCFTORTOUT("scftorture_invoker %d started", scfp->cpu); in scftorture_invoker()
513 scftorture_invoke_one(scfp, &rand); in scftorture_invoker()
526 VERBOSE_SCFTORTOUT("scftorture_invoker %d ended", scfp->cpu); in scftorture_invoker()