Searched refs:root_d (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/trace/rv/ |
H A D | rv.c | 348 mdef->root_d = rv_create_dir(name, root); in create_monitor_dir() 349 if (!mdef->root_d) in create_monitor_dir() 352 tmp = rv_create_file("enable", RV_MODE_WRITE, mdef->root_d, mdef, &interface_enable_fops); in create_monitor_dir() 358 tmp = rv_create_file("desc", RV_MODE_READ, mdef->root_d, mdef, &interface_desc_fops); in create_monitor_dir() 371 rv_remove(mdef->root_d); in create_monitor_dir() 685 rv_remove(mdef->root_d); in destroy_monitor_dir()
|
H A D | rv.h | 37 struct dentry *root_d; member
|
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()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_policy.c | 129 struct rb_root root_d; member 745 bin->root_d = RB_ROOT; in xfrm_policy_inexact_alloc_bin() 1113 xfrm_policy_inexact_gc_tree(&b->root_d, net_exit); in __xfrm_policy_inexact_prune_bin() 1117 if (!RB_EMPTY_ROOT(&b->root_d) || !RB_EMPTY_ROOT(&b->root_s) || in __xfrm_policy_inexact_prune_bin() 1182 &bin->root_d, in xfrm_policy_inexact_alloc_chain() 2062 n = xfrm_policy_lookup_inexact_addr(&b->root_d, &b->count, daddr, in xfrm_policy_find_inexact_candidates()
|