Lines Matching refs:name
73 static struct rv_reactor_def *get_reactor_rdef_by_name(char *name) in get_reactor_rdef_by_name() argument
78 if (strcmp(name, r->reactor->name) == 0) in get_reactor_rdef_by_name()
91 seq_printf(m, "%s\n", rea_def->reactor->name); in reactors_show()
145 seq_printf(m, "[%s]\n", rdef->reactor->name); in monitor_reactor_show()
147 seq_printf(m, "%s\n", rdef->reactor->name); in monitor_reactor_show()
225 if (strcmp(ptr, rdef->reactor->name) != 0) in monitor_reactors_write()
283 if (strcmp(reactor->name, r->reactor->name) == 0) { in __rv_register_reactor()
284 pr_info("Reactor %s is already registered\n", reactor->name); in __rv_register_reactor()
311 if (strlen(reactor->name) >= MAX_RV_REACTOR_NAME_SIZE) { in rv_register_reactor()
313 reactor->name, MAX_RV_MONITOR_NAME_SIZE); in rv_register_reactor()
337 if (strcmp(reactor->name, ptr->reactor->name) == 0) { in rv_unregister_reactor()
344 ptr->reactor->name, ptr->counter); in rv_unregister_reactor()
346 ptr->reactor->name); in rv_unregister_reactor()
477 .name = "nop",