Searched refs:running_ios (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | raid5-cache.c | 105 struct list_head running_ios; /* io_units which are still running, member 532 list_for_each_entry_safe(io, next, &log->running_ios, log_sibling) { in r5l_log_run_stripes() 548 list_for_each_entry_safe(io, next, &log->running_ios, log_sibling) { in r5l_move_to_end_ios() 588 if (!list_empty(&log->running_ios)) { in r5l_log_endio() 593 io_deferred = list_first_entry(&log->running_ios, in r5l_log_endio() 666 if (!list_empty(&log->running_ios)) { in r5l_submit_io_async() 667 io = list_first_entry(&log->running_ios, struct r5l_io_unit, in r5l_submit_io_async() 724 if (io != list_first_entry(&log->running_ios, in r5l_submit_current_io() 799 list_add_tail(&io->log_sibling, &log->running_ios); in r5l_new_meta() 1514 (list_empty(&log->running_ios) && in r5l_do_reclaim() [all …]
|