Lines Matching refs:rb_first
1138 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in DEFINE_RB_FUNCS()
1141 for (p = rb_first(&osd->o_requests); p; ) { in DEFINE_RB_FUNCS()
1151 for (p = rb_first(&osdc->homeless_osd.o_requests); p; ) { in DEFINE_RB_FUNCS()
1296 for (n = rb_first(&osd->o_requests); n; ) { in close_osd()
1306 for (n = rb_first(&osd->o_linger_requests); n; ) { in close_osd()
1347 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in reopen_osd()
1439 for (n = rb_first(&osdc->osdmap->pg_pools); n; n = rb_next(n)) { in have_pool_full()
1912 rb_entry(rb_first(&osd->o_backoff_mappings), in DEFINE_RB_FUNCS()
1917 rb_entry(rb_first(&spg->backoffs), in DEFINE_RB_FUNCS()
3370 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in handle_timeout()
3374 for (p = rb_first(&osd->o_requests); p; ) { in handle_timeout()
3392 for (p = rb_first(&osd->o_linger_requests); p; p = rb_next(p)) { in handle_timeout()
3411 for (p = rb_first(&osdc->homeless_osd.o_requests); p; ) { in handle_timeout()
3807 for (n = rb_first(&osdc->osdmap->pg_pools); n; n = rb_next(n)) { in set_pool_was_full()
3860 for (n = rb_first(&osd->o_linger_requests); n; ) { in scan_requests()
3896 for (n = rb_first(&osd->o_requests); n; ) { in scan_requests()
3954 for (n = rb_first(&newmap->pg_pools); n; n = rb_next(n)) { in handle_one_map()
3980 for (n = rb_first(&osdc->osds); n; ) { in handle_one_map()
4006 for (n = rb_first(need_resend); n; ) { in kick_requests()
4021 for (n = rb_first(need_resend); n; ) { in kick_requests()
4173 for (n = rb_first(&osd->o_requests); n; ) { in kick_osd_requests()
4186 for (n = rb_first(&osd->o_linger_requests); n; n = rb_next(n)) { in kick_osd_requests()
4412 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in handle_backoff_unblock()
4643 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in ceph_osdc_sync()
4647 for (p = rb_first(&osd->o_requests); p; p = rb_next(p)) { in ceph_osdc_sync()
5134 for (n = rb_first(&osdc->osds); n; ) { in ceph_osdc_reopen_osds()
5226 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), in ceph_osdc_stop()