Searched refs:root (Results 176 - 200 of 1075) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c391 /* Parent is the root */
393 node->root = node;
395 node->root = parent->root;
519 struct fs_node *root; local
522 root = node->root;
524 if (WARN_ON(root->type != FS_TYPE_NAMESPACE)) {
529 ns = container_of(root, struct mlx5_flow_namespace, node);
535 struct mlx5_flow_root_namespace *root local
544 struct mlx5_flow_root_namespace *root = find_root(node); local
563 struct mlx5_flow_root_namespace *root; local
597 struct mlx5_flow_root_namespace *root; local
663 struct mlx5_flow_root_namespace *root; local
708 struct mlx5_flow_root_namespace *root; local
898 find_closest_ft_recursive(struct fs_node *root, struct list_head *start, bool reverse) argument
999 struct mlx5_flow_root_namespace *root = find_root(&prio->node); local
1070 struct mlx5_flow_root_namespace *root = find_root(&prio->node); local
1109 struct mlx5_flow_root_namespace *root; local
1234 struct mlx5_flow_root_namespace *root = find_root(&ns->node); local
1389 struct mlx5_flow_root_namespace *root = find_root(&ft->node); local
1541 struct mlx5_flow_root_namespace *root; local
1627 struct mlx5_flow_root_namespace *root = find_root(&ft->node); local
2186 struct mlx5_flow_root_namespace *root = find_root(&ft->node); local
2304 struct mlx5_flow_root_namespace *root = find_root(&ft->node); local
2379 struct mlx5_flow_root_namespace *root = find_root(&ft->node); local
3262 struct mlx5_flow_root_namespace *root; local
3515 struct mlx5_flow_root_namespace *root = dev->priv.steering->root_ns; local
3554 struct mlx5_flow_root_namespace *root = dev->priv.steering->root_ns; local
3612 struct mlx5_flow_root_namespace *root; local
3639 struct mlx5_flow_root_namespace *root; local
3654 struct mlx5_flow_root_namespace *root; local
3681 struct mlx5_flow_root_namespace *root; local
3701 struct mlx5_flow_root_namespace *root; local
3727 struct mlx5_flow_root_namespace *root; local
3757 struct mlx5_flow_root_namespace *root; local
[all...]
H A Dpagealloc.c103 struct rb_root *root; local
106 root = xa_load(&dev->priv.page_root_xa, function);
107 if (root)
108 return root;
110 root = kzalloc(sizeof(*root), GFP_KERNEL);
111 if (!root)
114 err = xa_insert(&dev->priv.page_root_xa, function, root, GFP_KERNEL);
116 kfree(root);
120 *root
128 struct rb_root *root; local
173 struct rb_root *root; local
257 struct rb_root *root; local
438 struct rb_root *root; local
485 struct rb_root *root; local
683 mlx5_reclaim_root_pages(struct mlx5_core_dev *dev, struct rb_root *root, u32 function) argument
717 struct rb_root *root; local
[all...]
/linux-master/fs/btrfs/
H A Dioctl.c52 #include "root-tree.h"
262 struct btrfs_root *root = binode->root; local
269 if (btrfs_root_readonly(root))
310 trans = btrfs_start_transaction(root, 1);
373 trans = btrfs_start_transaction(root, 3);
573 * 1 to add root block
574 * 1 to add root item
575 * 1 to add root ref
576 * 1 to add root backre
603 struct btrfs_root *root = BTRFS_I(dir)->root; local
793 create_snapshot(struct btrfs_root *root, struct inode *dir, struct dentry *dentry, bool readonly, struct btrfs_qgroup_inherit *inherit) argument
1044 btrfs_mksnapshot(const struct path *parent, struct mnt_idmap *idmap, const char *name, int namelen, struct btrfs_root *root, bool readonly, struct btrfs_qgroup_inherit *inherit) argument
1135 struct btrfs_root *root = BTRFS_I(inode)->root; local
1438 struct btrfs_root *root = BTRFS_I(inode)->root; local
1461 struct btrfs_root *root = BTRFS_I(inode)->root; local
1708 struct btrfs_root *root; local
1841 struct btrfs_root *root; local
1928 struct btrfs_root *root = NULL; local
2079 btrfs_ioctl_ino_lookup(struct btrfs_root *root, void __user *argp) argument
2166 struct btrfs_root *root; local
2282 btrfs_ioctl_get_subvol_rootref(struct btrfs_root *root, void __user *argp) argument
2382 struct btrfs_root *root = BTRFS_I(dir)->root; local
2610 struct btrfs_root *root = BTRFS_I(inode)->root; local
2953 struct btrfs_root *root = BTRFS_I(inode)->root; local
3180 btrfs_ioctl_start_sync(struct btrfs_root *root, void __user *argp) argument
3384 btrfs_ioctl_ino_to_path(struct btrfs_root *root, void __user *arg) argument
3603 struct btrfs_root *root = BTRFS_I(file_inode(file))->root; local
3787 struct btrfs_root *root = BTRFS_I(inode)->root; local
3839 struct btrfs_root *root = BTRFS_I(inode)->root; local
3894 struct btrfs_root *root = BTRFS_I(inode)->root; local
4007 struct btrfs_root *root = BTRFS_I(inode)->root; local
4195 struct btrfs_root *root = BTRFS_I(inode)->root; local
4338 struct btrfs_root *root = BTRFS_I(inode)->root; local
4629 struct btrfs_root *root = BTRFS_I(inode)->root; local
[all...]
H A Dulist.c21 * ulist_add(ulist, root);
51 ulist->root = RB_ROOT;
71 ulist->root = RB_ROOT;
125 struct rb_node *n = ulist->root.rb_node;
142 rb_erase(&node->rb_node, &ulist->root);
151 struct rb_node **p = &ulist->root.rb_node;
167 rb_insert_color(&ins->rb_node, &ulist->root);
/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c178 * @root: root PE
183 struct eeh_pe *eeh_pe_next(struct eeh_pe *pe, struct eeh_pe *root) argument
189 if (pe == root)
203 * @root: root PE
212 void *eeh_pe_traverse(struct eeh_pe *root, argument
218 eeh_for_each_pe(root, pe) {
228 * @root: EEH PE
235 void eeh_pe_dev_traverse(struct eeh_pe *root, argument
289 struct eeh_pe *root = eeh_phb_pe_get(phb); local
516 eeh_pe_state_mark(struct eeh_pe *root, int state) argument
534 eeh_pe_mark_isolated(struct eeh_pe *root) argument
582 eeh_pe_state_clear(struct eeh_pe *root, int state, bool include_passed) argument
[all...]
/linux-master/arch/x86/kernel/
H A Damd_nb.c184 struct pci_dev *root; local
190 root = node_to_amd_nb(node)->root;
191 if (!root)
196 err = pci_write_config_dword(root, 0x60, address);
202 err = (write ? pci_write_config_dword(root, 0x64, *value)
203 : pci_read_config_dword(root, 0x64, value));
233 struct pci_dev *root, *misc, *link; local
256 root = NULL;
257 while ((root
[all...]
/linux-master/tools/perf/util/
H A Dmem2node.c18 static void phys_entry__insert(struct phys_entry *entry, struct rb_root *root) argument
20 struct rb_node **p = &root->rb_node;
35 rb_insert_color(&entry->rb_node, root);
55 map->root = RB_ROOT;
107 phys_entry__insert(&entries[i], &map->root);
124 p = &map->root.rb_node;
/linux-master/fs/configfs/
H A Dmount.c45 .ci_namebuf = "root",
66 struct dentry *root; local
82 pr_debug("could not get root inode\n");
86 root = d_make_root(inode);
87 if (!root) {
88 pr_debug("%s: could not get root dentry!\n",__func__);
92 configfs_root_group.cg_item.ci_dentry = root;
93 root->d_fsdata = &configfs_root;
94 sb->s_root = root;
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_hugetlb_memcg.c169 static int test_hugetlb_memcg(char *root) argument
174 test_group = cg_name(root, "hugetlb_memcg_test");
201 char root[PATH_MAX]; local
217 if (cg_find_unified_root(root, sizeof(root)))
220 switch (test_hugetlb_memcg(root)) {
H A Dcgroup_util.h14 #define TEST_UID 65534 /* usually nobody, any !root is fine */
24 extern int cg_find_unified_root(char *root, size_t len);
25 extern char *cg_name(const char *root, const char *name);
26 extern char *cg_name_indexed(const char *root, const char *name, int index);
/linux-master/net/netfilter/
H A Dnf_conncount.c60 struct rb_root root[CONNCOUNT_SLOTS]; member in struct:nf_conncount_data
287 static void tree_nodes_free(struct rb_root *root, argument
297 rb_erase(&rbconn->node, root);
313 struct rb_root *root,
330 rbnode = &(root->rb_node);
349 tree_nodes_free(root, gc_nodes, gc_count);
361 tree_nodes_free(root, gc_nodes, gc_count);
389 rb_insert_color(&rbconn->node, root);
402 struct rb_root *root; local
409 root
311 insert_tree(struct net *net, struct nf_conncount_data *data, struct rb_root *root, unsigned int hash, const u32 *key, const struct nf_conntrack_tuple *tuple, const struct nf_conntrack_zone *zone) argument
459 struct rb_root *root; local
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs.c232 * @root: DRI debugfs dir entry.
236 * &struct drm_info_list in the given root directory. These files will be removed
240 struct dentry *root, struct drm_minor *minor)
258 0444, root, tmp,
266 struct dentry *root, struct drm_minor *minor)
271 struct dentry *dent = debugfs_lookup(files[i].name, root);
286 * @root: the parent directory depending on the device type
288 * Creates the debugfs directory for the device under the given root directory.
290 void drm_debugfs_dev_init(struct drm_device *dev, struct dentry *root) argument
292 dev->debugfs_root = debugfs_create_dir(dev->unique, root);
239 drm_debugfs_create_files(const struct drm_info_list *files, int count, struct dentry *root, struct drm_minor *minor) argument
265 drm_debugfs_remove_files(const struct drm_info_list *files, int count, struct dentry *root, struct drm_minor *minor) argument
319 drm_debugfs_register(struct drm_minor *minor, int minor_id, struct dentry *root) argument
526 struct dentry *root; local
567 struct dentry *root; local
623 struct dentry *root; local
[all...]
/linux-master/drivers/acpi/
H A Dpci_mcfg.c206 static void pci_mcfg_apply_quirks(struct acpi_pci_root *root, argument
211 u16 segment = root->segment;
212 struct resource *bus_range = &root->secondary;
222 dev_info(&root->device->dev, "MCFG quirk: ECAM at %pR for %pR with %ps\n",
233 int pci_mcfg_lookup(struct acpi_pci_root *root, struct resource *cfgres, argument
237 struct resource *bus_res = &root->secondary;
238 u16 seg = root->segment;
243 if (root->mcfg_addr)
252 root->mcfg_addr = e->addr;
259 if (root
[all...]
/linux-master/arch/mips/pic32/pic32mzda/
H A Dinit.c92 struct device_node *root, *np; local
95 root = of_find_node_by_path("/");
111 of_node_put(root);
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_headroom.sh168 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
170 tc qdisc delete dev $swp root
248 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
254 tc qdisc delete dev $swp root
258 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
260 tc qdisc delete dev $swp root
276 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
290 tc qdisc replace dev $swp root handle 1: bfifo limit 1M
298 tc qdisc replace dev $swp root handle 2: prio bands 8
303 tc qdisc delete dev $swp root
[all...]
/linux-master/kernel/module/
H A Dtree_lookup.c66 latch_tree_insert(&node->node, &tree->root, &mod_tree_ops);
71 latch_tree_erase(&node->node, &tree->root, &mod_tree_ops);
107 ltn = latch_tree_find((void *)addr, &tree->root, &mod_tree_ops);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c56 h->root = RB_ROOT_CACHED;
100 while ((node = rb_first_cached(&handler->root))) {
102 rb_erase_cached(node, &handler->root);
138 __mmu_int_rb_insert(mnode, &handler->root);
153 node = __mmu_int_rb_iter_first(&handler->root, addr, (addr + len) - 1);
168 node = __mmu_int_rb_iter_first(&handler->root, addr,
171 for (node = __mmu_int_rb_iter_first(&handler->root, addr,
246 __mmu_int_rb_remove(rbnode, &handler->root);
266 struct rb_root_cached *root = &handler->root; local
[all...]
/linux-master/arch/x86/kvm/mmu/
H A Dtdp_mmu.h15 __must_check static inline bool kvm_tdp_mmu_get_root(struct kvm_mmu_page *root) argument
17 return refcount_inc_not_zero(&root->tdp_mmu_root_count);
20 void kvm_tdp_mmu_put_root(struct kvm *kvm, struct kvm_mmu_page *root);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c60 int f(struct root_struct *root) argument
H A Dbtf_data.c47 int func(struct root_struct *root) argument
/linux-master/drivers/cpuidle/
H A Dcpuidle-big_little.c169 struct device_node *root = of_find_node_by_path("/"); local
172 if (!root)
178 match_id = of_match_node(compatible_machine_match, root);
180 of_node_put(root);
/linux-master/include/acpi/
H A Dacpi_drivers.h72 struct pci_bus *pci_acpi_scan_root(struct acpi_pci_root *root);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dad102.c33 .root = { 0, 0,AD102_DISP },
/linux-master/drivers/input/serio/
H A Di8042-sparcio.h109 struct device_node *root; local
113 root = of_find_node_by_path("/");
115 name = of_get_property(root, "name", NULL);
118 of_node_put(root);
/linux-master/arch/powerpc/platforms/85xx/
H A Dxes_mpc85xx.c116 struct device_node *root; local
119 root = of_find_node_by_path("/");
120 if (root == NULL)
123 model = of_get_property(root, "model", NULL);

Completed in 220 milliseconds

1234567891011>>