Home
last modified time | relevance | path

Searched refs:rb_node (Results 526 - 550 of 921) sorted by relevance

1...<<21222324252627282930>>...37

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-bio-prison-v2.c120 struct rb_node **new = &prison->cells.rb_node, *parent = NULL; in __find_or_insert()
/kernel/linux/linux-5.10/net/smc/
H A Dsmc_core.h332 struct rb_node *node; in smc_lgr_find_conn()
334 node = lgr->conns_all.rb_node; in smc_lgr_find_conn()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dhists_link.c145 struct rb_node *node; in __validate_match()
195 struct rb_node *node; in __validate_link()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h135 struct rb_node rb_node; member
H A Dmachine.h42 struct rb_node rb_node; member
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent-io-tree.h71 struct rb_node rb_node; member
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dbitmap.c20 struct rb_node bn_rbnode;
358 return bitmap->xb_root.rb_root.rb_node == NULL; in xbitmap_empty()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bio-prison-v2.c121 struct rb_node **new = &prison->cells.rb_node, *parent = NULL; in __find_or_insert()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h135 struct rb_node rb_node; member
H A Dmachine.h43 struct rb_node rb_node; member
H A Dthread.h34 struct rb_node rb_node; member
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dhists_link.c164 struct rb_node *node; in __validate_match()
214 struct rb_node *node; in __validate_link()
/kernel/linux/linux-5.10/mm/
H A Dswapfile.c157 struct rb_node *rb = rb_first(&sis->swap_extent_root); in first_se()
158 return rb_entry(rb, struct swap_extent, rb_node); in first_se()
163 struct rb_node *rb = rb_next(&se->rb_node); in next_se()
164 return rb ? rb_entry(rb, struct swap_extent, rb_node) : NULL; in next_se()
208 struct rb_node *rb; in offset_to_swap_extent()
210 rb = sis->swap_extent_root.rb_node; in offset_to_swap_extent()
212 se = rb_entry(rb, struct swap_extent, rb_node); in offset_to_swap_extent()
2350 struct rb_node *rb = sis->swap_extent_root.rb_node; in destroy_swap_extents()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dswapfile.c164 struct rb_node *rb = rb_first(&sis->swap_extent_root); in first_se()
165 return rb_entry(rb, struct swap_extent, rb_node); in first_se()
170 struct rb_node *rb = rb_next(&se->rb_node); in next_se()
171 return rb ? rb_entry(rb, struct swap_extent, rb_node) : NULL; in next_se()
215 struct rb_node *rb; in offset_to_swap_extent()
217 rb = sis->swap_extent_root.rb_node; in offset_to_swap_extent()
219 se = rb_entry(rb, struct swap_extent, rb_node); in offset_to_swap_extent()
2172 struct rb_node *rb = sis->swap_extent_root.rb_node; in destroy_swap_extents()
[all...]
H A Dnommu.c426 struct rb_node *p, *lastp; in validate_nommu_regions()
459 struct rb_node **p, *parent; in add_nommu_region()
464 p = &nommu_region_tree.rb_node; in add_nommu_region()
489 BUG_ON(!nommu_region_tree.rb_node); in delete_nommu_region()
518 BUG_ON(!nommu_region_tree.rb_node); in __releases()
1026 struct rb_node *rb; in do_mmap()
/kernel/linux/linux-6.6/net/ipv4/
H A Dnexthop.c576 struct rb_node **pp, *parent = NULL, *next; in nexthop_find_by_id()
578 pp = &net->nexthop.rb_root.rb_node; in nexthop_find_by_id()
587 nh = rb_entry(parent, struct nexthop, rb_node); in nexthop_find_by_id()
1912 rb_erase(&nh->rb_node, &net->nexthop.rb_root); in remove_nexthop()
2306 struct rb_node **pp, *parent = NULL, *next; in insert_nexthop()
2314 pp = &root->rb_node; in insert_nexthop()
2324 nh = rb_entry(parent, struct nexthop, rb_node); in insert_nexthop()
2373 rb_link_node_rcu(&new_nh->rb_node, parent, pp); in insert_nexthop()
2374 rb_insert_color(&new_nh->rb_node, root); in insert_nexthop()
2381 rb_erase(&new_nh->rb_node, in insert_nexthop()
[all...]
/kernel/linux/linux-5.10/drivers/block/xen-blkback/
H A Dblkback.c171 struct rb_node **new = NULL, *parent = NULL; in add_persistent_gnt()
181 new = &ring->persistent_gnts.rb_node; in add_persistent_gnt()
209 struct rb_node *node = NULL; in get_persistent_gnt()
211 node = ring->persistent_gnts.rb_node; in get_persistent_gnt()
248 struct rb_node *n; in free_persistent_gnts()
330 struct rb_node *n; in purge_persistent_gnt()
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Deba.c214 struct rb_node *p; in ltree_lookup()
216 p = ubi->ltree.rb_node; in ltree_lookup()
275 struct rb_node **p, *parent = NULL; in ltree_add_entry()
283 p = &ubi->ltree.rb_node; in ltree_add_entry()
1531 struct rb_node *rb; in self_check_eba()
1625 struct rb_node *rb; in ubi_eba_init()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c61 struct rb_node node;
144 struct rb_node *node = root->rb_node; in qib_user_sdma_rb_search()
162 struct rb_node **node = &(root->rb_node); in qib_user_sdma_rb_insert()
163 struct rb_node *parent = NULL; in qib_user_sdma_rb_insert()
/kernel/linux/linux-5.10/fs/ubifs/
H A Drecovery.c1230 struct rb_node rb;
1249 struct rb_node **p = &c->size_tree.rb_node, *parent = NULL; in add_ino()
1283 struct rb_node *p = c->size_tree.rb_node; in find_ino()
1530 struct rb_node *this = rb_first(&c->size_tree); in ubifs_recover_size()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Deba.c213 struct rb_node *p; in ltree_lookup()
215 p = ubi->ltree.rb_node; in ltree_lookup()
274 struct rb_node **p, *parent = NULL; in ltree_add_entry()
282 p = &ubi->ltree.rb_node; in ltree_add_entry()
1531 struct rb_node *rb; in self_check_eba()
1625 struct rb_node *rb; in ubi_eba_init()
/kernel/linux/linux-6.6/fs/ubifs/
H A Drecovery.c1230 struct rb_node rb;
1249 struct rb_node **p = &c->size_tree.rb_node, *parent = NULL; in add_ino()
1283 struct rb_node *p = c->size_tree.rb_node; in find_ino()
1530 struct rb_node *this = rb_first(&c->size_tree); in ubifs_recover_size()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c61 struct rb_node node;
144 struct rb_node *node = root->rb_node; in qib_user_sdma_rb_search()
162 struct rb_node **node = &(root->rb_node); in qib_user_sdma_rb_insert()
163 struct rb_node *parent = NULL; in qib_user_sdma_rb_insert()
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c140 struct rb_node rbn;
815 struct rb_node *rbp; in ep_free()
951 struct rb_node *rbp; in ep_show_fdinfo()
1052 struct rb_node *rbp; in ep_find()
1057 for (rbp = ep->rbr.rb_root.rb_node; rbp; ) { in ep_find()
1076 struct rb_node *rbp; in ep_find_tfd()
1342 struct rb_node **p = &ep->rbr.rb_root.rb_node, *parent = NULL; in ep_rbtree_insert()
2010 struct rb_node *rbp; in ep_loop_check_proc()
/kernel/linux/linux-6.6/fs/ceph/
H A Dxattr.c573 struct rb_node **p; in __set_xattr()
574 struct rb_node *parent = NULL; in __set_xattr()
579 p = &ci->i_xattrs.index.rb_node; in __set_xattr()
671 struct rb_node **p; in __get_xattr()
672 struct rb_node *parent = NULL; in __get_xattr()
677 p = &ci->i_xattrs.index.rb_node; in __get_xattr()
738 struct rb_node *p; in __copy_xattr_names()
761 struct rb_node *p, *tmp; in __ceph_destroy_xattrs()
902 struct rb_node *p; in __ceph_build_xattrs_blob()

Completed in 51 milliseconds

1...<<21222324252627282930>>...37