Home
last modified time | relevance | path

Searched defs:reactor (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/trace/rv/
H A Drv_reactors.c89 struct rv_reactor *reactor = container_of(p, struct rv_reactor, list); in reactors_show() local
142 struct rv_reactor *reactor = container_of(p, struct rv_reactor, list); in monitor_reactor_show() local
162 struct rv_reactor *reactor, in monitor_swap_reactors_single()
183 static void monitor_swap_reactors(struct rv_monitor *mon, struct rv_reactor *reactor) in monitor_swap_reactors()
208 struct rv_reactor *reactor; in monitor_reactors_write() local
288 static int __rv_register_reactor(struct rv_reactor *reactor) in __rv_register_reactor()
310 int rv_register_reactor(struct rv_reactor *reactor) in rv_register_reactor()
332 int rv_unregister_reactor(struct rv_reactor *reactor) in rv_unregister_reactor()
/linux/include/linux/
H A Drv.h104 struct rv_reactor *reactor; member
/linux/tools/verification/rv/src/
H A Din_kernel.c232 static int ikm_write_reactor(char *monitor_name, char *reactor) in ikm_write_reactor()