Home
last modified time | relevance | path

Searched refs:rv_reactor (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/rv/
H A Drv_reactors.c14 * The struct rv_reactor defines a callback function to be executed
20 * int rv_register_reactor(struct rv_reactor *reactor)
22 * int rv_unregister_reactor(struct rv_reactor *reactor)
73 static struct rv_reactor *get_reactor_rdef_by_name(char *name) in get_reactor_rdef_by_name()
75 struct rv_reactor *r; in get_reactor_rdef_by_name()
89 struct rv_reactor *reactor = container_of(p, struct rv_reactor, list); in reactors_show()
142 struct rv_reactor *reactor = container_of(p, struct rv_reactor, list); in monitor_reactor_show()
162 struct rv_reactor *reacto in monitor_swap_reactors_single()
[all...]
H A Dreactor_printk.c24 static struct rv_reactor rv_printk = {
H A Dreactor_panic.c25 static struct rv_reactor rv_panic = {
/linux/include/linux/
H A Drv.h90 struct rv_reactor { struct
106 struct rv_reactor *reactor; argument
122 int rv_unregister_reactor(struct rv_reactor *reactor);
123 int rv_register_reactor(struct rv_reactor *reactor);