• Home
  • Raw
  • Download

Lines Matching refs:scfp

314 static void scftorture_invoke_one(struct scf_statistics *scfp, struct torture_random_state *trsp)  in scftorture_invoke_one()  argument
341 scfp->n_resched++; in scftorture_invoke_one()
349 scfp->n_single_wait++; in scftorture_invoke_one()
351 scfp->n_single++; in scftorture_invoke_one()
360 scfp->n_single_wait_ofl++; in scftorture_invoke_one()
362 scfp->n_single_ofl++; in scftorture_invoke_one()
371 scfp->n_single_rpc++; in scftorture_invoke_one()
390 scfp->n_single_rpc_ofl++; in scftorture_invoke_one()
397 scfp->n_many_wait++; in scftorture_invoke_one()
399 scfp->n_many++; in scftorture_invoke_one()
408 scfp->n_all_wait++; in scftorture_invoke_one()
410 scfp->n_all++; in scftorture_invoke_one()
447 struct scf_statistics *scfp = (struct scf_statistics *)arg; in scftorture_invoker() local
450 VERBOSE_SCFTORTOUT("scftorture_invoker %d: task started", scfp->cpu); in scftorture_invoker()
451 cpu = scfp->cpu % nr_cpu_ids; in scftorture_invoker()
457 …VERBOSE_SCFTORTOUT("scftorture_invoker %d: Waiting for all SCF torturers from cpu %d", scfp->cpu, … in scftorture_invoker()
461 WARN_ONCE(curcpu != scfp->cpu % nr_cpu_ids, in scftorture_invoker()
463 __func__, scfp->cpu, curcpu, nr_cpu_ids); in scftorture_invoker()
468 VERBOSE_SCFTORTOUT("scftorture_invoker %d ended before starting", scfp->cpu); in scftorture_invoker()
474 VERBOSE_SCFTORTOUT("scftorture_invoker %d started", scfp->cpu); in scftorture_invoker()
477 scftorture_invoke_one(scfp, &rand); in scftorture_invoker()
490 VERBOSE_SCFTORTOUT("scftorture_invoker %d ended", scfp->cpu); in scftorture_invoker()