Lines Matching refs:rb_first

1201 	for (n = rb_first(&osdc->osds); n; n = rb_next(n)) {  in DEFINE_RB_FUNCS()
1204 for (p = rb_first(&osd->o_requests); p; ) { in DEFINE_RB_FUNCS()
1214 for (p = rb_first(&osdc->homeless_osd.o_requests); p; ) { in DEFINE_RB_FUNCS()
1372 for (n = rb_first(&osd->o_requests); n; ) { in close_osd()
1382 for (n = rb_first(&osd->o_linger_requests); n; ) { in close_osd()
1423 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in reopen_osd()
1519 for (n = rb_first(&osdc->osdmap->pg_pools); n; n = rb_next(n)) { in have_pool_full()
1992 rb_entry(rb_first(&osd->o_backoff_mappings), in DEFINE_RB_FUNCS()
1997 rb_entry(rb_first(&spg->backoffs), in DEFINE_RB_FUNCS()
3464 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in handle_timeout()
3468 for (p = rb_first(&osd->o_requests); p; ) { in handle_timeout()
3486 for (p = rb_first(&osd->o_linger_requests); p; p = rb_next(p)) { in handle_timeout()
3505 for (p = rb_first(&osdc->homeless_osd.o_requests); p; ) { in handle_timeout()
3902 for (n = rb_first(&osdc->osdmap->pg_pools); n; n = rb_next(n)) { in set_pool_was_full()
3955 for (n = rb_first(&osd->o_linger_requests); n; ) { in scan_requests()
3991 for (n = rb_first(&osd->o_requests); n; ) { in scan_requests()
4051 for (n = rb_first(&newmap->pg_pools); n; n = rb_next(n)) { in handle_one_map()
4077 for (n = rb_first(&osdc->osds); n; ) { in handle_one_map()
4103 for (n = rb_first(need_resend); n; ) { in kick_requests()
4118 for (n = rb_first(need_resend); n; ) { in kick_requests()
4270 for (n = rb_first(&osd->o_requests); n; ) { in kick_osd_requests()
4283 for (n = rb_first(&osd->o_linger_requests); n; n = rb_next(n)) { in kick_osd_requests()
4509 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in handle_backoff_unblock()
4742 for (n = rb_first(&osdc->osds); n; n = rb_next(n)) { in ceph_osdc_sync()
4746 for (p = rb_first(&osd->o_requests); p; p = rb_next(p)) { in ceph_osdc_sync()
5234 for (n = rb_first(&osdc->osds); n; ) { in ceph_osdc_reopen_osds()
5326 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), in ceph_osdc_stop()