Searched defs:tree (Results 1 - 25 of 109) sorted by relevance

12345

/linux-master/drivers/infiniband/hw/mlx5/
H A Dqp.h18 struct radix_tree_root tree; member in struct:mlx5_qp_table
/linux-master/scripts/dtc/
H A Dfstree.c16 struct node *tree; local
70 struct node *tree; local
[all...]
H A Dyamltree.c178 static void yaml_tree(struct node *tree, yaml_emitter_t *emitter) argument
H A Dtreesource.c273 static void write_tree_source_node(FILE *f, struct node *tree, int level) argument
[all...]
/linux-master/include/linux/
H A Dvmpressure.h47 static inline void vmpressure(gfp_t gfp, struct mem_cgroup *memcg, bool tree, argument
H A Drbtree_latch.h46 struct rb_root tree[2]; member in struct:latch_tree_root
[all...]
H A Drbtree.h165 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, argument
195 rb_add(struct rb_node *node, struct rb_root *tree, bool (*less)(struct rb_node *, const struct rb_node *)) argument
223 rb_find_add(struct rb_node *node, struct rb_root *tree, int (*cmp)(struct rb_node *, const struct rb_node *)) argument
256 rb_find(const void *key, const struct rb_root *tree, int (*cmp)(const void *key, const struct rb_node *)) argument
284 rb_find_first(const void *key, const struct rb_root *tree, int (*cmp)(const void *key, const struct rb_node *)) argument
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_range_fence.h37 struct xe_range_fence_tree *tree; member in struct:xe_range_fence
[all...]
H A Dxe_range_fence.c24 struct xe_range_fence_tree *tree = rfence->tree; local
29 static bool __xe_range_fence_tree_cleanup(struct xe_range_fence_tree *tree) argument
54 int xe_range_fence_insert(struct xe_range_fence_tree *tree, argument
89 xe_range_fence_tree_remove_all(struct xe_range_fence_tree *tree) argument
110 xe_range_fence_tree_init(struct xe_range_fence_tree *tree) argument
119 xe_range_fence_tree_fini(struct xe_range_fence_tree *tree) argument
134 xe_range_fence_tree_first(struct xe_range_fence_tree *tree, u64 start, u64 last) argument
[all...]
/linux-master/fs/bcachefs/
H A Dsnapshot_format.h12 __le32 tree; member in struct:bch_snapshot
H A Dsubvolume_types.h17 u32 tree; member in struct:snapshot_t
/linux-master/drivers/gpu/drm/i915/
H A Di915_active_types.h31 struct rb_root tree; member in struct:i915_active
/linux-master/fs/hfs/
H A Dbfind.c15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) argument
109 struct hfs_btree *tree; local
176 struct hfs_btree *tree; local
[all...]
H A Dbrec.c67 struct hfs_btree *tree; local
179 struct hfs_btree *tree; local
233 struct hfs_btree *tree; local
354 struct hfs_btree *tree; local
458 hfs_btree_inc_height(struct hfs_btree *tree) argument
[all...]
H A Dbtree.c21 struct hfs_btree *tree; local
139 hfs_btree_close(struct hfs_btree *tree) argument
162 hfs_btree_write(struct hfs_btree *tree) argument
193 struct hfs_btree *tree = prev->tree; local
227 hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) argument
250 hfs_bmap_alloc(struct hfs_btree *tree) argument
326 struct hfs_btree *tree; local
[all...]
/linux-master/kernel/module/
H A Dtree_lookup.c64 static noinline void __mod_tree_insert(struct mod_tree_node *node, struct mod_tree_root *tree) argument
69 static void __mod_tree_remove(struct mod_tree_node *node, struct mod_tree_root *tree) argument
103 struct module *mod_find(unsigned long addr, struct mod_tree_root *tree) argument
/linux-master/fs/xfs/scrub/
H A Ddqiterate.c149 struct radix_tree_root *tree = xfs_dquot_tree(qi, cursor->dqtype); local
/linux-master/fs/hfsplus/
H A Dbrec.c65 struct hfs_btree *tree; local
181 struct hfs_btree *tree; local
237 struct hfs_btree *tree; local
358 struct hfs_btree *tree; local
462 hfs_btree_inc_height(struct hfs_btree *tree) argument
[all...]
H A Dbfind.c15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) argument
166 struct hfs_btree *tree; local
233 struct hfs_btree *tree; local
[all...]
/linux-master/tools/testing/radix-tree/
H A Dtag_check.c14 __simple_checks(struct radix_tree_root *tree, unsigned long index, int tag) argument
131 gang_check(struct radix_tree_root *tree, char *thrash_state, int tag) argument
157 do_thrash(struct radix_tree_root *tree, char *thrash_state, int tag) argument
[all...]
H A Dmain.c126 check_copied_tags(struct radix_tree_root *tree, unsigned long start, unsigned long end, unsigned long *idx, int count, int fromtag, int totag) argument
[all...]
H A Dmultiorder.c168 struct radix_tree_root *tree = ptr; local
219 struct radix_tree_root *tree = ptr; local
[all...]
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_mcast.c65 struct rb_root *tree = &mcg->rxe->mcg_tree; local
108 struct rb_root *tree local
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dobject.h17 struct list_head tree; member in struct:nvkm_object
/linux-master/kernel/locking/
H A Drtmutex_common.h53 struct rt_waiter_node tree; member in struct:rt_mutex_waiter

Completed in 602 milliseconds

12345