Lines Matching refs:cur_ops
132 static struct ref_scale_ops *cur_ops; variable
507 cur_ops->readsection(loops); in rcu_scale_one_reader()
509 cur_ops->delaysection(loops, readdelay / 1000, readdelay % 1000); in rcu_scale_one_reader()
739 ref_scale_print_module_parms(struct ref_scale_ops *cur_ops, const char *tag) in ref_scale_print_module_parms() argument
754 if (!cur_ops) { in ref_scale_cleanup()
770 if (cur_ops->cleanup != NULL) in ref_scale_cleanup()
771 cur_ops->cleanup(); in ref_scale_cleanup()
803 cur_ops = scale_ops[i]; in ref_scale_init()
804 if (strcmp(scale_type, cur_ops->name) == 0) in ref_scale_init()
814 cur_ops = NULL; in ref_scale_init()
817 if (cur_ops->init) in ref_scale_init()
818 cur_ops->init(); in ref_scale_init()
820 ref_scale_print_module_parms(cur_ops, "Start of test"); in ref_scale_init()