Home
last modified time | relevance | path

Searched refs:rb_next (Results 1 – 25 of 1152) sorted by relevance

12345678910>>...47

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/tests/
H A Dhists_output.c172 node = rb_next(node); in test1()
178 node = rb_next(node); in test1()
184 node = rb_next(node); in test1()
190 node = rb_next(node); in test1()
196 node = rb_next(node); in test1()
202 node = rb_next(node); in test1()
208 node = rb_next(node); in test1()
214 node = rb_next(node); in test1()
271 node = rb_next(node); in test2()
326 node = rb_next(node); in test3()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/tests/
H A Dhists_output.c172 node = rb_next(node); in test1()
178 node = rb_next(node); in test1()
184 node = rb_next(node); in test1()
190 node = rb_next(node); in test1()
196 node = rb_next(node); in test1()
202 node = rb_next(node); in test1()
208 node = rb_next(node); in test1()
214 node = rb_next(node); in test1()
271 node = rb_next(node); in test2()
326 node = rb_next(node); in test3()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/tests/
H A Dhists_output.c172 node = rb_next(node); in test1()
178 node = rb_next(node); in test1()
184 node = rb_next(node); in test1()
190 node = rb_next(node); in test1()
196 node = rb_next(node); in test1()
202 node = rb_next(node); in test1()
208 node = rb_next(node); in test1()
214 node = rb_next(node); in test1()
271 node = rb_next(node); in test2()
326 node = rb_next(node); in test3()
[all …]
/dports/audio/cmus/cmus-2.9.1/
H A Drbtree.h144 struct rb_node *rb_next(const struct rb_node *);
181 for (pos = rb_first(root); pos; pos = rb_next(pos))
198 for (pos = rb_first(root), n = pos ? rb_next(pos) : NULL; pos; \
199 pos = n, n = pos ? rb_next(pos) : NULL)
210 pos; pos = rb_next(pos), t = pos ? rb_entry(pos, __typeof__(*t), member) : NULL)
H A Dtree.c184 if (rb_next(&track->album->tree_node) == NULL) { in tree_search_get_next()
186 if (rb_next(&track->album->artist->tree_node) == NULL) in tree_search_get_next()
192 album = to_album(rb_next(&track->album->tree_node)); in tree_search_get_next()
196 track = to_tree_track(rb_next(&track->tree_node)); in tree_search_get_next()
280 if (rb_next(&album->tree_node) != NULL) { in tree_get_next()
281 iter->data2 = to_album(rb_next(&album->tree_node)); in tree_get_next()
287 if (rb_next(&artist->tree_node) == NULL) { in tree_get_next()
292 iter->data1 = to_artist(rb_next(&artist->tree_node)); in tree_get_next()
374 it->track = to_tree_track(rb_next(&it->track->tree_node)); in tree_track_get_next_by_artist()
380 if (rb_next(&it->album->tree_node) != NULL) { in tree_track_get_next_by_artist()
[all …]
H A Dlib.c225 if (rb_next(&lib_cur_track->tree_node)) { in normal_get_next()
227 return to_tree_track(rb_next(&lib_cur_track->tree_node)); in normal_get_next()
238 if (rb_next(&CUR_ALBUM->tree_node) != NULL) { in normal_get_next()
240 return album_first_track(to_album(rb_next(&CUR_ALBUM->tree_node))); in normal_get_next()
251 if (rb_next(&CUR_ARTIST->tree_node) != NULL) { in normal_get_next()
253 return artist_first_track(to_artist(rb_next(&CUR_ARTIST->tree_node))); in normal_get_next()
H A Dtrack.c102 node = rb_next(&cur->tree_node); in shuffle_list_get_next()
109 node = rb_next(node); in shuffle_list_get_next()
220 next = rb_next(parent); in sorted_list_add_track()
230 next = rb_next(curr); in sorted_list_add_track()
247 tree_next = rb_next(&track->tree_node); in sorted_list_remove_track()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ceph/
H A Ddebugfs.c69 for (n = rb_first(&map->pg_pools); n; n = rb_next(n)) { in osdmap_show()
92 for (n = rb_first(&map->pg_temp); n; n = rb_next(n)) { in osdmap_show()
103 for (n = rb_first(&map->primary_temp); n; n = rb_next(n)) { in osdmap_show()
110 for (n = rb_first(&map->pg_upmap); n; n = rb_next(n)) { in osdmap_show()
121 for (n = rb_first(&map->pg_upmap_items); n; n = rb_next(n)) { in osdmap_show()
239 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in dump_requests()
265 for (n = rb_first(&osd->o_linger_requests); n; n = rb_next(n)) { in dump_linger_requests()
326 for (n = rb_first(&osd->o_backoffs_by_id); n; n = rb_next(n)) { in dump_backoffs()
352 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
360 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ceph/
H A Ddebugfs.c69 for (n = rb_first(&map->pg_pools); n; n = rb_next(n)) { in osdmap_show()
92 for (n = rb_first(&map->pg_temp); n; n = rb_next(n)) { in osdmap_show()
103 for (n = rb_first(&map->primary_temp); n; n = rb_next(n)) { in osdmap_show()
110 for (n = rb_first(&map->pg_upmap); n; n = rb_next(n)) { in osdmap_show()
121 for (n = rb_first(&map->pg_upmap_items); n; n = rb_next(n)) { in osdmap_show()
239 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in dump_requests()
265 for (n = rb_first(&osd->o_linger_requests); n; n = rb_next(n)) { in dump_linger_requests()
326 for (n = rb_first(&osd->o_backoffs_by_id); n; n = rb_next(n)) { in dump_backoffs()
352 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
360 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ceph/
H A Ddebugfs.c69 for (n = rb_first(&map->pg_pools); n; n = rb_next(n)) { in osdmap_show()
92 for (n = rb_first(&map->pg_temp); n; n = rb_next(n)) { in osdmap_show()
103 for (n = rb_first(&map->primary_temp); n; n = rb_next(n)) { in osdmap_show()
110 for (n = rb_first(&map->pg_upmap); n; n = rb_next(n)) { in osdmap_show()
121 for (n = rb_first(&map->pg_upmap_items); n; n = rb_next(n)) { in osdmap_show()
239 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in dump_requests()
265 for (n = rb_first(&osd->o_linger_requests); n; n = rb_next(n)) { in dump_linger_requests()
326 for (n = rb_first(&osd->o_backoffs_by_id); n; n = rb_next(n)) { in dump_backoffs()
352 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
360 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in osdc_show()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/proc/
H A Dtask_nommu.c29 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_mem()
90 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_vsize()
108 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_statm()
220 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) in m_start()
248 return p ? rb_next(p) : NULL; in m_next()
H A Dnommu.c87 for (p = rb_first(&nommu_region_tree); p; p = rb_next(p)) in nommu_region_list_start()
101 return rb_next((struct rb_node *) v); in nommu_region_list_next()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/proc/
H A Dtask_nommu.c29 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_mem()
90 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_vsize()
108 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_statm()
220 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) in m_start()
248 return p ? rb_next(p) : NULL; in m_next()
H A Dnommu.c87 for (p = rb_first(&nommu_region_tree); p; p = rb_next(p)) in nommu_region_list_start()
101 return rb_next((struct rb_node *) v); in nommu_region_list_next()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/proc/
H A Dtask_nommu.c29 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_mem()
90 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_vsize()
108 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) { in task_statm()
220 for (p = rb_first(&mm->mm_rb); p; p = rb_next(p)) in m_start()
248 return p ? rb_next(p) : NULL; in m_next()
H A Dnommu.c87 for (p = rb_first(&nommu_region_tree); p; p = rb_next(p)) in nommu_region_list_start()
101 return rb_next((struct rb_node *) v); in nommu_region_list_next()
/dports/multimedia/libv4l/linux-5.13-rc2/security/keys/
H A Dproc.c68 n = rb_next(n); in key_serial_next()
73 n = rb_next(n); in key_serial_next()
105 n = rb_next(&minkey->serial_node); in find_ge_key()
258 n = rb_next(n); in __key_user_next()
265 return __key_user_next(user_ns, rb_next(n)); in key_user_next()
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/keys/
H A Dproc.c68 n = rb_next(n); in key_serial_next()
73 n = rb_next(n); in key_serial_next()
105 n = rb_next(&minkey->serial_node); in find_ge_key()
258 n = rb_next(n); in __key_user_next()
265 return __key_user_next(user_ns, rb_next(n)); in key_user_next()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/keys/
H A Dproc.c68 n = rb_next(n); in key_serial_next()
73 n = rb_next(n); in key_serial_next()
105 n = rb_next(&minkey->serial_node); in find_ge_key()
258 n = rb_next(n); in __key_user_next()
265 return __key_user_next(user_ns, rb_next(n)); in key_user_next()
/dports/editors/2bsd-vi/ex-050325/
H A Dex_temp.c450 short rb_next; member
555 rblock = rbuf->rb_next; in KILLreg()
639 rnext = rbuf->rb_next; in getREG()
715 rp->rb_next = REGblk(); in YANKline()
717 rblock = rp->rb_next; in YANKline()
718 rp->rb_next = 0; in YANKline()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/
H A Deeh_cache.c111 n = rb_next(n); in eeh_addr_cache_print()
230 n = rb_next(n); in __eeh_addr_cache_rmv_dev()
270 for (n = rb_first(&pci_io_addr_cache_root.rb_root); n; n = rb_next(n)) { in eeh_addr_cache_show()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/
H A Deeh_cache.c111 n = rb_next(n); in eeh_addr_cache_print()
230 n = rb_next(n); in __eeh_addr_cache_rmv_dev()
270 for (n = rb_first(&pci_io_addr_cache_root.rb_root); n; n = rb_next(n)) { in eeh_addr_cache_show()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kernel/
H A Deeh_cache.c111 n = rb_next(n); in eeh_addr_cache_print()
230 n = rb_next(n); in __eeh_addr_cache_rmv_dev()
270 for (n = rb_first(&pci_io_addr_cache_root.rb_root); n; n = rb_next(n)) { in eeh_addr_cache_show()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Drblist.c116 next = rb_next(pos); in rblist__exit()
134 node = rb_next(node)) { in rblist__entry()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Drblist.c116 next = rb_next(pos); in rblist__exit()
134 node = rb_next(node)) { in rblist__entry()

12345678910>>...47