Searched refs:o_requests (Results 1 – 3 of 3) sorted by relevance
1141 for (p = rb_first(&osd->o_requests); p; ) { in DEFINE_RB_FUNCS()1180 osd->o_requests = RB_ROOT; in osd_init()1193 WARN_ON(!RB_EMPTY_ROOT(&osd->o_requests)); in osd_cleanup()1265 if (RB_EMPTY_ROOT(&osd->o_requests) && in maybe_move_osd_to_lru()1296 for (n = rb_first(&osd->o_requests); n; ) { in close_osd()1333 if (RB_EMPTY_ROOT(&osd->o_requests) && in reopen_osd()1409 insert_request(&osd->o_requests, req); in link_request()1421 erase_request(&osd->o_requests, req); in unlink_request()3459 WARN_ON(!RB_EMPTY_ROOT(&osd->o_requests)); in handle_osds_timeout()3900 for (n = rb_first(&osd->o_requests); n; ) { in scan_requests()[all …]
239 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in dump_requests()
40 struct rb_root o_requests; member
Completed in 18 milliseconds