rv_reactor
struct rv_reactor *reactor;
int rv_unregister_reactor(struct rv_reactor *reactor);
int rv_register_reactor(struct rv_reactor *reactor);
static struct rv_reactor rv_panic = {
static struct rv_reactor rv_printk = {
struct rv_reactor *reactor = container_of(p, struct rv_reactor, list);
struct rv_reactor *reactor,
static void monitor_swap_reactors(struct rv_monitor *mon, struct rv_reactor *reactor)
struct rv_reactor *reactor;
static int __rv_register_reactor(struct rv_reactor *reactor)
struct rv_reactor *r;
int rv_register_reactor(struct rv_reactor *reactor)
int rv_unregister_reactor(struct rv_reactor *reactor)
static struct rv_reactor rv_nop = {
static struct rv_reactor *get_reactor_rdef_by_name(char *name)
struct rv_reactor *r;
struct rv_reactor *reactor = container_of(p, struct rv_reactor, list);