Home
last modified time | relevance | path

Searched defs:root (Results 626 - 650 of 2359) sorted by relevance

1...<<21222324252627282930>>...95

/kernel/linux/linux-6.6/include/uapi/linux/
H A Dadfs_fs.h23 __le32 root; member
H A Dcramfs_fs.h63 struct cramfs_inode root; /* root inode data */ member
H A Dnfs_mount.h44 struct nfs3_fh root; /* 4 */ member
/kernel/linux/linux-6.6/ipc/
H A Dipc_sysctl.c183 static struct ctl_table_set *set_lookup(struct ctl_table_root *root) in set_lookup() argument
/kernel/linux/linux-6.6/kernel/dma/
H A Dpool.c38 struct dentry *root; in dma_atomic_pool_debugfs_init() local
/kernel/linux/linux-6.6/drivers/cxl/
H A Dport.c33 static int discover_region(struct device *dev, void *root) in discover_region() argument
93 struct cxl_port *root; in cxl_endpoint_port_probe() local
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_debugfs.c185 struct dentry *root; in mtk_ppe_debugfs_init() local
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dacpi_pcihp.c71 const struct acpi_pci_root *root; in acpi_get_hp_hw_control_from_firmware() local
H A Dcpqphp_sysfs.c184 static struct dentry *root; variable
/kernel/linux/linux-6.6/drivers/of/
H A Dkexec.c77 struct device_node *root; in get_addr_size_cells() local
/kernel/linux/linux-6.6/arch/x86/platform/olpc/
H A Dolpc.c182 static bool __init check_ofw_architecture(struct device_node *root) in check_ofw_architecture() argument
191 static u32 __init get_board_revision(struct device_node *root) in get_board_revision() argument
205 struct device_node *root = of_find_node_by_path("/"); in platform_detect() local
H A Dolpc_dt.c310 phandle root; in olpc_dt_build_devicetree() local
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_bridge_connector.c202 drm_bridge_connector_debugfs_init(struct drm_connector *connector, struct dentry *root) drm_bridge_connector_debugfs_init() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c266 struct rb_root_cached *root = &handler->root; in mmu_notifier_range_start() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_sseu_debugfs.c291 void intel_sseu_debugfs_register(struct intel_gt *gt, struct dentry *root) in intel_sseu_debugfs_register() argument
H A Dintel_region_lmem.c53 struct pci_bus *root = pdev->bus; in i915_resize_lmem_bar() local
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_syncmap.c91 void i915_syncmap_init(struct i915_syncmap **root) in i915_syncmap_init() argument
154 bool i915_syncmap_is_later(struct i915_syncmap **root, u64 id, u32 seqno) in i915_syncmap_is_later() argument
230 __sync_set(struct i915_syncmap **root, u64 id, u32 seqno) __sync_set() argument
353 i915_syncmap_set(struct i915_syncmap **root, u64 id, u32 seqno) i915_syncmap_set() argument
395 i915_syncmap_free(struct i915_syncmap **root) i915_syncmap_free() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Drs400.c381 struct dentry *root = rdev->ddev->primary->debugfs_root; in rs400_debugfs_pcie_gart_info_init() local
H A Dradeon_ring.c551 struct dentry *root = rdev->ddev->primary->debugfs_root; in radeon_debugfs_ring_init() local
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_debugfs.c54 static int hv_debug_delay_files(struct hv_device *dev, struct dentry *root) in hv_debug_delay_files() argument
83 static int hv_debug_set_test_state(struct hv_device *dev, struct dentry *root) in hv_debug_set_test_state() argument
102 static void hv_debug_set_dir_dentry(struct hv_device *dev, struct dentry *root) in hv_debug_set_dir_dentry() argument
/kernel/linux/linux-6.6/drivers/i2c/muxes/
H A Di2c-mux-gpio.c129 struct i2c_adapter *root; in i2c_mux_gpio_probe() local
/kernel/linux/linux-6.6/drivers/input/serio/
H A Di8042-sparcio.h111 struct device_node *root; in i8042_is_mr_coffee() local
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.c104 find_intervals_intersection_sorted(struct rb_root_cached *root, in find_intervals_intersection_sorted() argument
179 int usnic_uiom_insert_interval(struct rb_root_cached *root, unsigned long start, in usnic_uiom_insert_interval() argument
250 void usnic_uiom_remove_interval(struct rb_root_cached *root, in usnic_uiom_remove_interval() argument
120 usnic_uiom_get_intervals_diff(unsigned long start, unsigned long last, int flags, int flag_mask, struct rb_root_cached *root, struct list_head *diff_set) usnic_uiom_get_intervals_diff() argument
[all...]
H A Dusnic_uiom.h60 struct rb_root_cached root; member
/kernel/linux/linux-6.6/tools/lib/
H A Drbtree.c85 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() argument
227 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color() argument
75 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, struct rb_root *root, int color) __rb_rotate_set_parents() argument
410 __rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_erase_color() argument
433 rb_insert_color(struct rb_node *node, struct rb_root *root) rb_insert_color() argument
438 rb_erase(struct rb_node *node, struct rb_root *root) rb_erase() argument
453 __rb_insert_augmented(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_insert_augmented() argument
462 rb_first(const struct rb_root *root) rb_first() argument
474 rb_last(const struct rb_root *root) rb_last() argument
545 rb_replace_node(struct rb_node *victim, struct rb_node *new, struct rb_root *root) rb_replace_node() argument
591 rb_first_postorder(const struct rb_root *root) rb_first_postorder() argument
[all...]

Completed in 13 milliseconds

1...<<21222324252627282930>>...95