Searched refs:root (Results 1 - 25 of 1075) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/xe/
H A Dxe_uc_debugfs.c16 struct dentry *root; local
18 root = debugfs_create_dir("uc", parent);
19 if (IS_ERR(root)) {
24 xe_guc_debugfs_register(&uc->guc, root);
25 xe_huc_debugfs_register(&uc->huc, root);
/linux-master/drivers/gpu/drm/i915/
H A Di915_syncmap.h33 void i915_syncmap_init(struct i915_syncmap **root);
34 int i915_syncmap_set(struct i915_syncmap **root, u64 id, u32 seqno);
35 bool i915_syncmap_is_later(struct i915_syncmap **root, u64 id, u32 seqno);
36 void i915_syncmap_free(struct i915_syncmap **root);
/linux-master/drivers/media/platform/qcom/venus/
H A Ddbgfs.c17 core->root = debugfs_create_dir("venus", NULL);
18 debugfs_create_x32("fw_level", 0644, core->root, &venus_fw_debug);
21 fault_create_debugfs_attr("fail_ssr", core->root, &venus_ssr_attr);
27 debugfs_remove_recursive(core->root);
/linux-master/tools/testing/radix-tree/
H A Dregression3.c31 RADIX_TREE(root, GFP_KERNEL);
40 radix_tree_insert(&root, 0, ptr0);
41 radix_tree_tag_set(&root, 0, 0);
44 radix_tree_for_each_tagged(slot, &root, &iter, 0, 0) {
47 radix_tree_insert(&root, 1, ptr);
48 radix_tree_tag_set(&root, 1, 0);
57 radix_tree_delete(&root, 1);
60 radix_tree_for_each_slot(slot, &root, &iter, 0) {
63 radix_tree_insert(&root, 1, ptr);
73 radix_tree_for_each_slot(slot, &root,
[all...]
H A Dtest.h14 int item_insert(struct radix_tree_root *root, unsigned long index);
17 int item_delete(struct radix_tree_root *root, unsigned long index);
19 struct item *item_lookup(struct radix_tree_root *root, unsigned long index);
21 void item_check_present(struct radix_tree_root *root, unsigned long index);
22 void item_check_absent(struct radix_tree_root *root, unsigned long index);
23 void item_gang_check_present(struct radix_tree_root *root,
26 void item_full_scan(struct radix_tree_root *root, unsigned long start,
28 void item_kill_tree(struct radix_tree_root *root);
43 item_tag_set(struct radix_tree_root *root, unsigned long index, int tag);
45 item_tag_clear(struct radix_tree_root *root, unsigne
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_debugfs.h12 void intel_guc_debugfs_register(struct intel_guc *guc, struct dentry *root);
H A Dintel_guc_log_debugfs.h13 struct dentry *root);
H A Dintel_huc_debugfs.h12 void intel_huc_debugfs_register(struct intel_huc *huc, struct dentry *root);
H A Dintel_gsc_uc_debugfs.h12 void intel_gsc_uc_debugfs_register(struct intel_gsc_uc *gsc, struct dentry *root);
H A Dintel_uc_debugfs.c45 struct dentry *root; local
54 root = debugfs_create_dir("uc", gt_root);
55 if (IS_ERR(root))
58 uc->guc.dbgfs_node = root;
60 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), uc);
62 intel_gsc_uc_debugfs_register(&uc->gsc, root);
63 intel_guc_debugfs_register(&uc->guc, root);
64 intel_huc_debugfs_register(&uc->huc, root);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_engines_debugfs.h12 void intel_gt_engines_debugfs_register(struct intel_gt *gt, struct dentry *root);
H A Dintel_gt_debugfs.c73 static void gt_debugfs_register(struct intel_gt *gt, struct dentry *root) argument
80 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), gt);
85 struct dentry *root; local
92 root = debugfs_create_dir(gtname, gt->i915->drm.primary->debugfs_root);
93 if (IS_ERR(root))
96 gt_debugfs_register(gt, root);
98 intel_gt_engines_debugfs_register(gt, root);
99 intel_gt_pm_debugfs_register(gt, root);
100 intel_sseu_debugfs_register(gt, root);
102 intel_uc_debugfs_register(&gt->uc, root);
105 intel_gt_debugfs_register_files(struct dentry *root, const struct intel_gt_debugfs_file *files, unsigned long count, void *data) argument
[all...]
/linux-master/drivers/crypto/nx/
H A Dnx_debugfs.c35 struct dentry *root; local
37 root = debugfs_create_dir(NX_NAME, NULL);
38 drv->dfs_root = root;
41 root, &drv->stats.aes_ops.counter);
43 root, &drv->stats.sha256_ops.counter);
45 root, &drv->stats.sha512_ops.counter);
47 root, &drv->stats.aes_bytes.counter);
49 root, &drv->stats.sha256_bytes.counter);
51 root, &drv->stats.sha512_bytes.counter);
53 root,
[all...]
/linux-master/sound/firewire/fireface/
H A Dff-proc.c35 static void add_node(struct snd_ff *ff, struct snd_info_entry *root, argument
42 entry = snd_info_create_card_entry(ff->card, name, root);
49 struct snd_info_entry *root; local
55 root = snd_info_create_card_entry(ff->card, "firewire",
57 if (root == NULL)
59 root->mode = S_IFDIR | 0555;
61 add_node(ff, root, "status", proc_dump_status);
/linux-master/include/linux/
H A Drbtree_latch.h79 struct rb_root *root = &ltr->tree[idx]; local
80 struct rb_node **link = &root->rb_node;
96 rb_insert_color(node, root);
129 * latch_tree_insert() - insert @node into the trees @root
131 * @root: trees to insert @node into
134 * It inserts @node into @root in an ordered fashion such that we can always
145 struct latch_tree_root *root,
148 raw_write_seqcount_latch(&root->seq);
149 __lt_insert(node, root, 0, ops->less);
150 raw_write_seqcount_latch(&root
144 latch_tree_insert(struct latch_tree_node *node, struct latch_tree_root *root, const struct latch_tree_ops *ops) argument
171 latch_tree_erase(struct latch_tree_node *node, struct latch_tree_root *root, const struct latch_tree_ops *ops) argument
200 latch_tree_find(void *key, struct latch_tree_root *root, const struct latch_tree_ops *ops) argument
[all...]
H A Dfs_struct.h15 struct path root, pwd; member in struct:fs_struct
27 static inline void get_fs_root(struct fs_struct *fs, struct path *root) argument
30 *root = fs->root;
31 path_get(root);
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.h51 struct rb_root_cached *root);
54 struct rb_root_cached *root);
56 usnic_uiom_interval_tree_iter_first(struct rb_root_cached *root,
63 * Inserts {start...last} into {root}. If there are overlaps,
66 int usnic_uiom_insert_interval(struct rb_root_cached *root,
70 * Removed {start...last} from {root}. The nodes removed are returned in
74 void usnic_uiom_remove_interval(struct rb_root_cached *root,
78 * Returns {start...last} - {root} (relative complement of {start...last} in
79 * {root}) in diff_set sorted ascendingly
84 struct rb_root_cached *root,
[all...]
/linux-master/tools/testing/selftests/alsa/
H A Dalsa-local.h19 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2);
20 int conf_get_count(snd_config_t *root, const char *key1, const char *key2);
21 const char *conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def);
22 long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def);
23 int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def);
24 void conf_get_string_array(snd_config_t *root, const char *key1, const char *key2,
/linux-master/drivers/acpi/
H A Dpci_root.c60 * acpi_is_root_bridge - determine whether an ACPI CA node is a PCI root bridge
154 static void decode_osc_bits(struct acpi_pci_root *root, char *msg, u32 word, argument
167 dev_info(&root->device->dev, "_OSC: %s [%s]\n", msg, buf);
170 static void decode_osc_support(struct acpi_pci_root *root, char *msg, u32 word) argument
172 decode_osc_bits(root, msg, word, pci_osc_support_bit,
176 static void decode_osc_control(struct acpi_pci_root *root, char *msg, u32 word) argument
178 decode_osc_bits(root, msg, word, pci_osc_control_bit,
182 static void decode_cxl_osc_support(struct acpi_pci_root *root, char *msg, u32 word) argument
184 decode_osc_bits(root, msg, word, cxl_osc_support_bit,
188 static void decode_cxl_osc_control(struct acpi_pci_root *root, cha argument
194 is_pcie(struct acpi_pci_root *root) argument
199 is_cxl(struct acpi_pci_root *root) argument
207 to_uuid(struct acpi_pci_root *root) argument
214 cap_length(struct acpi_pci_root *root) argument
221 acpi_pci_run_osc(struct acpi_pci_root *root, const u32 *capbuf, u32 *pci_control, u32 *cxl_control) argument
243 acpi_pci_query_osc(struct acpi_pci_root *root, u32 support, u32 *control, u32 cxl_support, u32 *cxl_control) argument
285 struct acpi_pci_root *root; local
360 struct acpi_pci_root *root; local
546 os_control_query_checks(struct acpi_pci_root *root, u32 support) argument
564 negotiate_os_control(struct acpi_pci_root *root, int *no_aspm) argument
650 struct acpi_pci_root *root; local
780 struct acpi_pci_root *root = acpi_driver_data(device); local
810 struct resource *res1, *res2, *root = NULL; local
938 struct resource *res, *conflict, *root = NULL; local
1001 acpi_pci_root_create(struct acpi_pci_root *root, struct acpi_pci_root_ops *ops, struct acpi_pci_root_info *info, void *sysdata) argument
[all...]
/linux-master/fs/cachefiles/
H A Dsecurity.c47 * see if mkdir and create can be performed in the root directory
50 struct dentry *root)
54 ret = security_inode_mkdir(d_backing_inode(root), root, 0);
61 ret = security_inode_create(d_backing_inode(root), root, 0);
76 struct dentry *root,
92 /* use the cache root dir's security context as the basis with
94 ret = set_create_files_as(new, d_backing_inode(root));
106 ret = cachefiles_check_cache_dir(cache, root);
49 cachefiles_check_cache_dir(struct cachefiles_cache *cache, struct dentry *root) argument
75 cachefiles_determine_cache_security(struct cachefiles_cache *cache, struct dentry *root, const struct cred **_saved_cred) argument
[all...]
/linux-master/drivers/md/persistent-data/
H A Ddm-array.h26 * size along with the array root in your encompassing data.
39 * b) Get yourself a root. The root is the index of a block of data on the
41 * pre existing root in your metadata that you wish to use, or you may
46 * root for a _new_ array. If you've incremented the old root, via
48 * it in parallel with the new root.
91 * root - on success this will be filled out with the root block
93 int dm_array_empty(struct dm_array_info *info, dm_block_t *root);
[all...]
/linux-master/drivers/crypto/caam/
H A Ddebugfs.h13 struct caam_perfmon __force *perfmon, struct dentry *root);
17 struct dentry *root)
15 caam_debugfs_init(struct caam_drv_private *ctrlpriv, struct caam_perfmon __force *perfmon, struct dentry *root) argument
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_debugfs.h16 struct dentry *root; member in struct:hns_sw_stat_debugfs
22 struct dentry *root; member in struct:hns_roce_dev_debugfs
/linux-master/fs/btrfs/
H A Dorphan.h12 struct btrfs_root *root, u64 offset);
14 struct btrfs_root *root, u64 offset);
H A Dorphan.c10 struct btrfs_root *root, u64 offset)
24 ret = btrfs_insert_empty_item(trans, root, path, &key, 0);
31 struct btrfs_root *root, u64 offset)
45 ret = btrfs_search_slot(trans, root, &key, path, -1, 1);
53 ret = btrfs_del_item(trans, root, path);
9 btrfs_insert_orphan_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 offset) argument
30 btrfs_del_orphan_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 offset) argument

Completed in 218 milliseconds

1234567891011>>