perf_type 48 kernel/rcu/rcuperf.c pr_alert("%s" PERF_FLAG " %s\n", perf_type, s) perf_type 50 kernel/rcu/rcuperf.c do { if (verbose) pr_alert("%s" PERF_FLAG " %s\n", perf_type, s); } while (0) perf_type 52 kernel/rcu/rcuperf.c do { if (verbose) pr_alert("%s" PERF_FLAG "!!! %s\n", perf_type, s); } while (0) perf_type 90 kernel/rcu/rcuperf.c static char *perf_type = "rcu"; perf_type 91 kernel/rcu/rcuperf.c module_param(perf_type, charp, 0444); perf_type 92 kernel/rcu/rcuperf.c MODULE_PARM_DESC(perf_type, "Type of RCU to performance-test (rcu, srcu, ...)"); perf_type 438 kernel/rcu/rcuperf.c perf_type, PERF_FLAG, me, MIN_MEAS); perf_type 480 kernel/rcu/rcuperf.c perf_type, tag, nrealreaders, nrealwriters, verbose, shutdown); perf_type 525 kernel/rcu/rcuperf.c perf_type, PERF_FLAG, i, j); perf_type 529 kernel/rcu/rcuperf.c perf_type, PERF_FLAG, perf_type 547 kernel/rcu/rcuperf.c perf_type, PERF_FLAG, perf_type 612 kernel/rcu/rcuperf.c if (!torture_init_begin(perf_type, verbose)) perf_type 618 kernel/rcu/rcuperf.c if (strcmp(perf_type, cur_ops->name) == 0) perf_type 622 kernel/rcu/rcuperf.c pr_alert("rcu-perf: invalid perf type: \"%s\"\n", perf_type);