Home
last modified time | relevance | path

Searched defs:root (Results 301 - 325 of 2567) sorted by relevance

1...<<11121314151617181920>>...103

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_interval.c25 drbd_insert_interval(struct rb_root *root, struct drbd_interval *this) in drbd_insert_interval() argument
68 drbd_contains_interval(struct rb_root *root, sector_t sector, in drbd_contains_interval() argument
95 drbd_remove_interval(struct rb_root *root, struct drbd_interval *this) in drbd_remove_interval() argument
112 drbd_find_overlap(struct rb_root *root, sector_t sector, unsigned int size) in drbd_find_overlap() argument
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle-big_little.c166 struct device_node *root = of_find_node_by_path("/"); in bl_idle_init() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dxes_mpc85xx.c116 struct device_node *root; in xes_mpc85xx_setup_arch() local
/kernel/linux/linux-6.6/arch/mips/pic32/pic32mzda/
H A Dinit.c92 struct device_node *root, *np; in pic32_of_prepare_platform_data() local
/kernel/linux/linux-6.6/arch/s390/hypfs/
H A Dhypfs_vm_fs.c86 int hypfs_vm_create_files(struct dentry *root) in hypfs_vm_create_files() argument
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Ddebugfs.c227 struct dentry *root; in mmc_add_host_debugfs() local
255 struct dentry *root; in mmc_add_card_debugfs() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dof_platform.h87 static inline int of_platform_populate(struct device_node *root, in of_platform_populate() argument
94 static inline int of_platform_default_populate(struct device_node *root, in of_platform_default_populate() argument
/kernel/linux/linux-5.10/security/apparmor/
H A Dpath.c120 struct path root; in d_namespace_path() local
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Dbenchmark.c14 static long long benchmark_iter(struct radix_tree_root *root, bool tagged) in benchmark_iter() argument
52 static void benchmark_insert(struct radix_tree_root *root, in benchmark_insert() argument
73 static void benchmark_tagging(struct radix_tree_root *root, in benchmark_tagging() argument
94 static void benchmark_delete(struct radix_tree_root *root, in benchmark_delete() argument
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dsuper.c132 static int ecryptfs_show_options(struct seq_file *m, struct dentry *root) in ecryptfs_show_options() argument
/kernel/linux/linux-5.10/fs/btrfs/
H A Dulist.h42 struct rb_root root; member
H A Dmisc.h73 static inline struct rb_node *rb_simple_search(struct rb_root *root, u64 bytenr) in rb_simple_search() argument
91 static inline struct rb_node *rb_simple_insert(struct rb_root *root, u64 bytenr, in rb_simple_insert() argument
/kernel/linux/linux-5.10/fs/btrfs/tests/
H A Dextent-buffer-tests.c16 struct btrfs_root *root = NULL; in test_btrfs_split_item() local
/kernel/linux/linux-5.10/mm/
H A Dinterval_tree.c92 anon_vma_interval_tree_iter_first(struct rb_root_cached *root, in anon_vma_interval_tree_iter_first() argument
28 vma_interval_tree_insert_after(struct vm_area_struct *node, struct vm_area_struct *prev, struct rb_root_cached *root) vma_interval_tree_insert_after() argument
75 anon_vma_interval_tree_insert(struct anon_vma_chain *node, struct rb_root_cached *root) anon_vma_interval_tree_insert() argument
85 anon_vma_interval_tree_remove(struct anon_vma_chain *node, struct rb_root_cached *root) anon_vma_interval_tree_remove() argument
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Drepair.h48 xfs_agblock_t root; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Drootnv04.c42 struct nv04_disp_root *root = nv04_disp_root(object); in nv04_disp_mthd() local
81 struct nv04_disp_root *root; in nv04_disp_root_new() local
/kernel/linux/linux-6.6/fs/btrfs/
H A Dulist.h42 struct rb_root root; member
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dsuper.c132 static int ecryptfs_show_options(struct seq_file *m, struct dentry *root) in ecryptfs_show_options() argument
/kernel/linux/linux-6.6/fs/btrfs/tests/
H A Dextent-buffer-tests.c17 struct btrfs_root *root = NULL; in test_btrfs_split_item() local
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Drepair.h54 xfs_agblock_t root; member
/kernel/linux/linux-6.6/drivers/soc/imx/
H A Dsoc-imx.c31 struct device_node *root; in imx_soc_device_init() local
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_interval.c25 drbd_insert_interval(struct rb_root *root, struct drbd_interval *this) in drbd_insert_interval() argument
69 drbd_contains_interval(struct rb_root *root, sector_t sector, in drbd_contains_interval() argument
96 drbd_remove_interval(struct rb_root *root, struct drbd_interval *this) in drbd_remove_interval() argument
118 drbd_find_overlap(struct rb_root *root, sector_t sector, unsigned int size) drbd_find_overlap() argument
[all...]
/kernel/linux/linux-6.6/drivers/cpuidle/
H A Dcpuidle-big_little.c169 struct device_node *root = of_find_node_by_path("/"); in bl_idle_init() local
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.c72 struct device_node *root, *np = dev->of_node; in brcmf_of_probe() local
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_debugfs.c132 void intel_guc_debugfs_register(struct intel_guc *guc, struct dentry *root) in intel_guc_debugfs_register() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...103