Searched refs:rdef (Results 1 – 2 of 2) sorted by relevance
142 struct rv_reactor_def *rdef = p; in monitor_reactor_show() local144 if (mdef->rdef == rdef) in monitor_reactor_show()167 if (mdef->rdef == rdef) in monitor_swap_reactors()175 mdef->rdef->counter--; in monitor_swap_reactors()176 rdef->counter++; in monitor_swap_reactors()178 mdef->rdef = rdef; in monitor_swap_reactors()192 struct rv_reactor_def *rdef; in monitor_reactors_write() local225 if (strcmp(ptr, rdef->reactor->name) != 0) in monitor_reactors_write()452 mdef->rdef->counter++; in reactor_populate_monitor()465 mdef->rdef->counter--; in reactor_cleanup_monitor()[all …]
39 struct rv_reactor_def *rdef; member