Home
last modified time | relevance | path

Searched refs:rv_reactor_def (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/trace/rv/
H A Drv_reactors.c73 static struct rv_reactor_def *get_reactor_rdef_by_name(char *name) in get_reactor_rdef_by_name()
75 struct rv_reactor_def *r; in get_reactor_rdef_by_name()
89 struct rv_reactor_def *rea_def = p; in reactors_show()
142 struct rv_reactor_def *rdef = p; in monitor_reactor_show()
162 struct rv_reactor_def *rdef, in monitor_swap_reactors_single()
189 struct rv_reactor_def *rdef, bool reacting) in monitor_swap_reactors()
214 struct rv_reactor_def *rdef; in monitor_reactors_write()
302 struct rv_reactor_def *r; in __rv_register_reactor()
311 r = kzalloc(sizeof(struct rv_reactor_def), GFP_KERNEL); in __rv_register_reactor()
353 struct rv_reactor_def *ptr, *next; in rv_unregister_reactor()
H A Drv.h27 struct rv_reactor_def { struct
41 struct rv_reactor_def *rdef; argument