Lines Matching refs:cur_ops
119 static struct ref_scale_ops *cur_ops; variable
355 cur_ops->readsection(loops); in rcu_scale_one_reader()
357 cur_ops->delaysection(loops, readdelay / 1000, readdelay % 1000); in rcu_scale_one_reader()
587 ref_scale_print_module_parms(struct ref_scale_ops *cur_ops, const char *tag) in ref_scale_print_module_parms() argument
602 if (!cur_ops) { in ref_scale_cleanup()
618 if (cur_ops->cleanup != NULL) in ref_scale_cleanup()
619 cur_ops->cleanup(); in ref_scale_cleanup()
651 cur_ops = scale_ops[i]; in ref_scale_init()
652 if (strcmp(scale_type, cur_ops->name) == 0) in ref_scale_init()
663 cur_ops = NULL; in ref_scale_init()
666 if (cur_ops->init) in ref_scale_init()
667 cur_ops->init(); in ref_scale_init()
669 ref_scale_print_module_parms(cur_ops, "Start of test"); in ref_scale_init()