Home
last modified time | relevance | path

Searched refs:root_d (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/
Duwb-debug.c46 struct dentry *root_d; member
284 rc->dbg->root_d = debugfs_create_dir(dev_name(&rc->uwb_dev.dev), in uwb_dbg_add_rc()
287 rc->dbg->root_d, rc, in uwb_dbg_add_rc()
290 rc->dbg->root_d, rc, in uwb_dbg_add_rc()
293 rc->dbg->root_d, in uwb_dbg_add_rc()
296 rc->dbg->root_d, rc, in uwb_dbg_add_rc()
323 debugfs_remove(rc->dbg->root_d); in uwb_dbg_del_rc()
351 if (root_dir && rc->dbg && rc->dbg->root_d && pal->name) in uwb_dbg_create_pal_dir()
352 return debugfs_create_dir(pal->name, rc->dbg->root_d); in uwb_dbg_create_pal_dir()
/Linux-v5.4/net/xfrm/
Dxfrm_policy.c124 struct rb_root root_d; member
715 bin->root_d = RB_ROOT; in xfrm_policy_inexact_alloc_bin()
1073 xfrm_policy_inexact_gc_tree(&b->root_d, net_exit); in __xfrm_policy_inexact_prune_bin()
1077 if (!RB_EMPTY_ROOT(&b->root_d) || !RB_EMPTY_ROOT(&b->root_s) || in __xfrm_policy_inexact_prune_bin()
1142 &bin->root_d, in xfrm_policy_inexact_alloc_chain()
1960 n = xfrm_policy_lookup_inexact_addr(&b->root_d, &b->count, daddr, in xfrm_policy_find_inexact_candidates()