Searched refs:root_d (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/trace/rv/ |
H A D | rv.c | 346 mdef->root_d = rv_create_dir(name, root); in create_monitor_dir() 347 if (!mdef->root_d) in create_monitor_dir() 350 tmp = rv_create_file("enable", RV_MODE_WRITE, mdef->root_d, mdef, &interface_enable_fops); in create_monitor_dir() 356 tmp = rv_create_file("desc", RV_MODE_READ, mdef->root_d, mdef, &interface_desc_fops); in create_monitor_dir() 369 rv_remove(mdef->root_d); in create_monitor_dir() 682 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 | 443 tmp = rv_create_file("reactors", RV_MODE_WRITE, mdef->root_d, mdef, &monitor_reactors_ops); in reactor_populate_monitor()
|
/linux/net/xfrm/ |
H A D | xfrm_policy.c | 135 struct rb_root root_d; member 774 bin->root_d = RB_ROOT; in xfrm_policy_inexact_alloc_bin() 1142 xfrm_policy_inexact_gc_tree(&b->root_d, net_exit); in __xfrm_policy_inexact_prune_bin() 1146 if (!RB_EMPTY_ROOT(&b->root_d) || !RB_EMPTY_ROOT(&b->root_s) || in __xfrm_policy_inexact_prune_bin() 1211 &bin->root_d, in xfrm_policy_inexact_alloc_chain() 2040 n = xfrm_policy_lookup_inexact_addr(&b->root_d, &b->count, daddr, in xfrm_policy_find_inexact_candidates()
|