Home
last modified time | relevance | path

Searched refs:rb_right (Results 76 – 100 of 259) sorted by relevance

1234567891011

/openbmc/linux/net/core/
H A Ddev_addr_lists.c39 ins_point = &parent->rb_right; in __hw_addr_insert()
96 ins_point = &parent->rb_right; in __hw_addr_add_ex()
184 node = node->rb_right; in __hw_addr_lookup()
/openbmc/linux/tools/perf/util/
H A Dmaps.c56 p = &(*p)->rb_right; in __maps__insert()
302 next = next->rb_right; in maps__fixup_overlappings()
444 p = p->rb_right; in maps__find()
H A Dhist.c650 p = &(*p)->rb_right; in hists__findnew_entry()
1506 p = &parent->rb_right; in hierarchy_insert_entry()
1642 p = &(*p)->rb_right; in hists__collapse_insert_entry()
1805 p = &parent->rb_right; in hierarchy_insert_output_entry()
1905 p = &(*p)->rb_right; in __hists__insert_output_entry()
2216 p = &(*p)->rb_right; in resort_filtered_entry()
2404 p = &(*p)->rb_right; in hists__add_dummy_entry()
2452 p = &parent->rb_right; in add_dummy_hierarchy_entry()
2488 n = n->rb_right; in hists__find_entry()
2516 n = n->rb_right; in hists__find_hierarchy_entry()
/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst158 .rb_right = (struct rb_node *)0x0,
163 .rb_right = (struct rb_node *)0x0,
/openbmc/linux/fs/ocfs2/
H A Duptodate.c219 n = n->rb_right; in ocfs2_search_cache_tree()
323 p = &(*p)->rb_right; in __ocfs2_insert_cache_tree()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_active.c275 it = fetch_node(it->node.rb_right); in __active_lookup()
311 p = &parent->rb_right; in active_instance()
806 p = READ_ONCE(p->rb_right); in reuse_idle_barrier()
968 p = &parent->rb_right; in i915_active_acquire_barrier()
/openbmc/linux/fs/afs/
H A Dcallback.c130 p = rcu_dereference_raw(p->rb_right); in afs_lookup_volume_rcu()
/openbmc/linux/fs/jffs2/
H A Dnodelist.h351 #define frag_right(frag) rb_entry((frag)->rb.rb_right, struct jffs2_node_frag, rb)
358 #define tn_right(tn) rb_entry((tn)->rb.rb_right, struct jffs2_tmp_dnode_info, rb)
/openbmc/linux/drivers/md/
H A Ddm-dust.c46 node = node->rb_right; in dust_rb_search()
67 link = &(*link)->rb_right; in dust_rb_insert()
/openbmc/linux/mm/
H A Dvmalloc.c824 n = n->rb_right; in find_vmap_area_exceed_addr()
843 n = n->rb_right; in __find_vmap_area()
893 link = &(*link)->rb_right; in find_va_links()
921 return (&parent->rb_right == link ? list->next : list); in get_va_next_sibling()
935 if (&parent->rb_right != link) in __link_va()
1017 get_subtree_max_size(va->rb_node.rb_right)); in compute_subtree_max_size()
1276 if (get_subtree_max_size(node->rb_right) >= length) { in find_vmap_lowest_match()
1277 node = node->rb_right; in find_vmap_lowest_match()
1292 if (get_subtree_max_size(node->rb_right) >= length && in find_vmap_lowest_match()
1301 node = node->rb_right; in find_vmap_lowest_match()
[all …]
/openbmc/u-boot/drivers/mtd/ubi/
H A Deba.c102 p = p->rb_right; in ltree_lookup()
107 p = p->rb_right; in ltree_lookup()
168 p = &(*p)->rb_right; in ltree_add_entry()
174 p = &(*p)->rb_right; in ltree_add_entry()
/openbmc/linux/net/tipc/
H A Dname_table.c157 r = n->rb_right;
185 r = n->rb_right; in service_range_match_next()
197 while ((p = rb_parent(n)) && n == p->rb_right) in service_range_match_next()
315 n = &parent->rb_right; in tipc_service_create_range()
/openbmc/linux/drivers/android/
H A Dbinder_alloc.c95 p = &parent->rb_right; in binder_insert_free_buffer()
118 p = &parent->rb_right; in binder_insert_allocated_buffer_locked()
143 n = n->rb_right; in binder_alloc_prepare_to_free_locked()
429 n = n->rb_right; in binder_alloc_new_buf_locked()
/openbmc/linux/fs/ceph/
H A Dsnap.c99 p = &(*p)->rb_right; in __insert_snap_realm()
163 n = n->rb_right; in __lookup_snap_realm()
1189 p = &(*p)->rb_right; in ceph_get_snapid_map()
1228 p = &(*p)->rb_right; in ceph_get_snapid_map()
/openbmc/linux/kernel/power/
H A Dwakelock.c169 node = &(*node)->rb_right; in wakelock_lookup_add()
/openbmc/linux/fs/ntfs3/
H A Dbitmap.c155 p = &(*p)->rb_right; in rb_lookup()
181 p = &(*p)->rb_right; in rb_insert_count()
185 p = &(*p)->rb_right; in rb_insert_count()
215 p = &(*p)->rb_right; in rb_insert_start()
1049 cr = cr->rb_right; in wnd_find()
/openbmc/linux/kernel/bpf/
H A Dlocal_storage.c87 node = node->rb_right; in cgroup_storage_lookup()
119 new = &((*new)->rb_right); in cgroup_storage_insert()
/openbmc/linux/drivers/mtd/ubi/
H A Deba.c224 p = p->rb_right; in ltree_lookup()
229 p = p->rb_right; in ltree_lookup()
290 p = &(*p)->rb_right; in ltree_add_entry()
296 p = &(*p)->rb_right; in ltree_add_entry()
/openbmc/linux/net/ipv4/
H A Dinetpeer.c127 pp = &next->rb_right; in lookup()
H A Dinet_fragment.c75 &q->last_run_head->rbnode.rb_right); in fragrun_create()
429 rbn = &parent->rb_right; in inet_frag_queue_insert()
/openbmc/linux/security/keys/
H A Dkey.c69 p = &(*p)->rb_right; in key_user_lookup()
160 p = &(*p)->rb_right; in key_alloc_serial()
674 n = n->rb_right; in key_lookup()
/openbmc/linux/drivers/xen/
H A Devtchn.c123 new = &((*new)->rb_right); in add_evtchn()
155 node = node->rb_right; in find_evtchn()
/openbmc/linux/net/netfilter/
H A Dnf_conncount.c340 rbnode = &((*rbnode)->rb_right); in insert_tree()
421 parent = rcu_dereference_raw(parent->rb_right); in count_tree()
/openbmc/linux/fs/ext4/
H A Dextents_status.c222 node = node->rb_right; in __es_tree_search()
819 p = &(*p)->rb_right; in __es_insert_extent()
1015 node = node->rb_right; in ext4_es_lookup_extent()
1207 node = node->rb_right; in __pr_tree_search()
1923 node = node->rb_right; in __get_pending()
1961 p = &(*p)->rb_right; in __insert_pending()
H A Ddir.c502 p = &(*p)->rb_right; in ext4_htree_store_dirent()
506 p = &(*p)->rb_right; in ext4_htree_store_dirent()

1234567891011