Searched refs:RV_MODE_WRITE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/trace/rv/ |
H A D | rv.h | 13 #define RV_MODE_WRITE TRACE_MODE_WRITE macro
|
H A D | rv.c | 352 tmp = rv_create_file("enable", RV_MODE_WRITE, mdef->root_d, mdef, &interface_enable_fops); in create_monitor_dir() 778 tmp = rv_create_file("enabled_monitors", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface() 783 tmp = rv_create_file("monitoring_on", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface()
|
H A D | rv_reactors.c | 444 tmp = rv_create_file("reactors", RV_MODE_WRITE, mdef->root_d, mdef, &monitor_reactors_ops); in reactor_populate_monitor() 492 reacting = rv_create_file("reacting_on", RV_MODE_WRITE, root_dir, NULL, &reacting_on_fops); in init_rv_reactors()
|