Searched defs:root (Results 101 - 125 of 764) sorted by relevance

1234567891011>>

/linux-master/tools/lib/
H A Drbtree.c85 __rb_insert(struct rb_node *node, struct rb_root *root, argument
227 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, argument
75 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, struct rb_root *root, int color) argument
410 __rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) argument
433 rb_insert_color(struct rb_node *node, struct rb_root *root) argument
438 rb_erase(struct rb_node *node, struct rb_root *root) argument
453 __rb_insert_augmented(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) argument
462 rb_first(const struct rb_root *root) argument
474 rb_last(const struct rb_root *root) argument
545 rb_replace_node(struct rb_node *victim, struct rb_node *new, struct rb_root *root) argument
591 rb_first_postorder(const struct rb_root *root) argument
[all...]
/linux-master/net/bridge/netfilter/
H A Debt_stp.c30 u8 root[8]; member in struct:stp_config_pdu
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.c104 find_intervals_intersection_sorted(struct rb_root_cached *root, argument
179 int usnic_uiom_insert_interval(struct rb_root_cached *root, unsigned long start, argument
250 void usnic_uiom_remove_interval(struct rb_root_cached *root, 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) argument
[all...]
/linux-master/drivers/pci/hotplug/
H A Dacpi_pcihp.c71 const struct acpi_pci_root *root; local
/linux-master/net/6lowpan/
H A Ddebugfs.c170 struct dentry *root; local
233 struct dentry *root; local
[all...]
/linux-master/drivers/acpi/
H A Dacpi_configfs.c258 struct config_group *root = &acpi_configfs.su_group; local
H A Dioapic.c213 void pci_ioapic_remove(struct acpi_pci_root *root) argument
230 int acpi_ioapic_remove(struct acpi_pci_root *root) argument
/linux-master/drivers/xen/xenbus/
H A Dxenbus.h42 char *root; member in struct:xen_bus_type
/linux-master/arch/x86/platform/olpc/
H A Dolpc.c182 static bool __init check_ofw_architecture(struct device_node *root) argument
191 static u32 __init get_board_revision(struct device_node *root) argument
205 struct device_node *root = of_find_node_by_path("/"); local
H A Dolpc_dt.c310 phandle root; local
/linux-master/arch/sh/boards/
H A Dof-generic.c118 struct device_node *root; local
/linux-master/include/linux/
H A Dpci-acpi.h64 struct acpi_pci_root *root; member in struct:acpi_pci_root_info
H A Drbtree.h108 rb_insert_color_cached(struct rb_node *node, struct rb_root_cached *root, bool leftmost) argument
119 rb_erase_cached(struct rb_node *node, struct rb_root_cached *root) argument
131 rb_replace_node_cached(struct rb_node *victim, struct rb_node *new, struct rb_root_cached *root) argument
[all...]
/linux-master/drivers/ufs/core/
H A Dufs-debugfs.c215 struct dentry *root; local
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_sseu_debugfs.c291 void intel_sseu_debugfs_register(struct intel_gt *gt, struct dentry *root) argument
/linux-master/fs/btrfs/tests/
H A Dfree-space-tests.c1009 struct btrfs_root *root = NULL; local
H A Dqgroup-tests.c16 static int insert_normal_tree_ref(struct btrfs_root *root, u64 bytenr, argument
68 static int add_tree_ref(struct btrfs_root *root, u64 bytenr, u64 num_bytes, argument
119 static int remove_extent_item(struct btrfs_root *root, u64 bytenr, argument
150 static int remove_extent_ref(struct btrfs_root *root, u64 bytenr, argument
205 test_no_shared_qgroup(struct btrfs_root *root, u32 sectorsize, u32 nodesize) argument
317 test_multiple_refs(struct btrfs_root *root, u32 sectorsize, u32 nodesize) argument
474 struct btrfs_root *root; local
[all...]
/linux-master/fs/hfsplus/
H A Doptions.c221 int hfsplus_show_options(struct seq_file *seq, struct dentry *root) argument
/linux-master/arch/loongarch/pci/
H A Dacpi.c46 struct acpi_pci_root *root = acpi_driver_data(adev); local
156 pci_acpi_setup_ecam_mapping(struct acpi_pci_root *root) argument
193 pci_acpi_scan_root(struct acpi_pci_root *root) argument
[all...]
/linux-master/fs/vboxsf/
H A Dvfsmod.h48 u32 root; member in struct:vboxsf_sbi
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c29 bool root; member in struct:dss_conv_node
111 static void __init omapdss_add_to_list(struct device_node *node, bool root) argument
134 static void __init omapdss_walk_device(struct device_node *node, bool root) argument
/linux-master/arch/powerpc/platforms/44x/
H A Dfsp2.c245 unsigned long root = of_get_flat_dt_root(); local
/linux-master/lib/
H A Drbtree.c85 __rb_insert(struct rb_node *node, struct rb_root *root, argument
227 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, argument
75 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, struct rb_root *root, int color) argument
410 __rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) argument
434 rb_insert_color(struct rb_node *node, struct rb_root *root) argument
440 rb_erase(struct rb_node *node, struct rb_root *root) argument
456 __rb_insert_augmented(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) argument
466 rb_first(const struct rb_root *root) argument
479 rb_last(const struct rb_root *root) argument
553 rb_replace_node(struct rb_node *victim, struct rb_node *new, struct rb_root *root) argument
570 rb_replace_node_rcu(struct rb_node *victim, struct rb_node *new, struct rb_root *root) argument
623 rb_first_postorder(const struct rb_root *root) argument
[all...]
/linux-master/drivers/soc/qcom/
H A Drpm_master_stats.c73 struct dentry *dent, *root; local
142 struct dentry *root local
[all...]
/linux-master/tools/perf/util/
H A Dstrfilter.c84 struct strfilter_node root, *cur, *last_op; local
181 struct strfilter_node *right, *root; local
[all...]

Completed in 444 milliseconds

1234567891011>>