Searched defs:ptree (Results 1 – 3 of 3) sorted by relevance
| /components/lwp/ |
| A D | lwp_avl.c | 79 void lwp_avl_remove(struct lwp_avl_struct *node_to_delete, struct lwp_avl_struct **ptree) in lwp_avl_remove() 135 void lwp_avl_insert(struct lwp_avl_struct *new_node, struct lwp_avl_struct **ptree) in lwp_avl_insert() 161 struct lwp_avl_struct *lwp_avl_find(avl_key_t key, struct lwp_avl_struct *ptree) in lwp_avl_find() 179 int lwp_avl_traversal(struct lwp_avl_struct *ptree, int (*fun)(struct lwp_avl_struct *, void *), vo… in lwp_avl_traversal() 211 rt_weak struct lwp_avl_struct* lwp_map_find_first(struct lwp_avl_struct* ptree) in lwp_map_find_first()
|
| /components/dfs/dfs_v1/filesystems/cromfs/ |
| A D | dfs_cromfs.c | 197 … void cromfs_avl_remove(struct cromfs_avl_struct *node_to_delete, struct cromfs_avl_struct **ptree) in cromfs_avl_remove() 260 static void cromfs_avl_insert(struct cromfs_avl_struct *new_node, struct cromfs_avl_struct **ptree) in cromfs_avl_insert() 292 static struct cromfs_avl_struct* cromfs_avl_find(avl_key_t key, struct cromfs_avl_struct* ptree) in cromfs_avl_find()
|
| /components/dfs/dfs_v2/filesystems/cromfs/ |
| A D | dfs_cromfs.c | 208 … void cromfs_avl_remove(struct cromfs_avl_struct *node_to_delete, struct cromfs_avl_struct **ptree) in cromfs_avl_remove() 271 static void cromfs_avl_insert(struct cromfs_avl_struct *new_node, struct cromfs_avl_struct **ptree) in cromfs_avl_insert() 303 static struct cromfs_avl_struct* cromfs_avl_find(avl_key_t key, struct cromfs_avl_struct* ptree) in cromfs_avl_find()
|
Completed in 11 milliseconds