Searched refs:rv_reactor (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Drv.h38 struct rv_reactor { struct
65 int rv_unregister_reactor(struct rv_reactor *reactor);
66 int rv_register_reactor(struct rv_reactor *reactor);
/linux-master/kernel/trace/rv/
H A Dreactor_panic.c21 static struct rv_reactor rv_panic = {
H A Dreactor_printk.c20 static struct rv_reactor rv_printk = {
H A Drv.h28 struct rv_reactor *reactor;
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)
278 static int __rv_register_reactor(struct rv_reactor *reactor)
303 * @reactor: The rv_reactor to be registered.
307 int rv_register_reactor(struct rv_reactor *reactor)
325 * @reactor: The rv_reactor to be unregistered.
329 int rv_unregister_reactor(struct rv_reactor *reactor)
343 "rv: the rv_reactor %s is in use by %d monitor(s)\n",
345 printk(KERN_WARNING "rv: the rv_reactor
[all...]

Completed in 127 milliseconds