Searched refs:reactor (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Drv.h65 int rv_unregister_reactor(struct rv_reactor *reactor);
66 int rv_register_reactor(struct rv_reactor *reactor);
/linux-master/kernel/trace/rv/
H A Drv_reactors.c5 * Runtime reactor interface.
19 * A RV reactor is registered via:
20 * int rv_register_reactor(struct rv_reactor *reactor)
22 * int rv_unregister_reactor(struct rv_reactor *reactor)
48 * reactor.
49 * - Writing the name of an reactor enables it to the given
69 * Interface for the reactor register.
78 if (strcmp(name, r->reactor->name) == 0)
91 seq_printf(m, "%s\n", rea_def->reactor->name);
137 * Monitor's reactor fil
278 __rv_register_reactor(struct rv_reactor *reactor) argument
307 rv_register_reactor(struct rv_reactor *reactor) argument
329 rv_unregister_reactor(struct rv_reactor *reactor) argument
[all...]
H A Drv.h28 struct rv_reactor *reactor; member in struct:rv_reactor_def
/linux-master/tools/verification/rv/src/
H A Din_kernel.c164 * ikm_write_reactor - switch the reactor to *reactor
168 static int ikm_write_reactor(char *monitor_name, char *reactor) argument
174 retval = tracefs_instance_file_write(NULL, path, reactor);
175 debug_msg("ikm: write \"%s\" reactors: %d\n", reactor, retval);
202 * ikm_get_current_reactor - get the current enabled reactor
205 * [reactor].
208 * reactor. NULL otherwise.
237 debug_msg("ikm: read current reactor %s\n", curr_reactor);
538 " -h/--help: print this menu and the reactor lis
[all...]

Completed in 208 milliseconds