Searched refs:running_ios (Results 1 – 1 of 1) sorted by relevance
/drivers/md/ |
D | raid5-cache.c | 105 struct list_head running_ios; /* io_units which are still running, member 535 list_for_each_entry_safe(io, next, &log->running_ios, log_sibling) { in r5l_log_run_stripes() 551 list_for_each_entry_safe(io, next, &log->running_ios, log_sibling) { in r5l_move_to_end_ios() 591 if (!list_empty(&log->running_ios)) { in r5l_log_endio() 596 io_deferred = list_first_entry(&log->running_ios, in r5l_log_endio() 669 if (!list_empty(&log->running_ios)) { in r5l_submit_io_async() 670 io = list_first_entry(&log->running_ios, struct r5l_io_unit, in r5l_submit_io_async() 727 if (io != list_first_entry(&log->running_ios, in r5l_submit_current_io() 803 list_add_tail(&io->log_sibling, &log->running_ios); in r5l_new_meta() 1518 (list_empty(&log->running_ios) && in r5l_do_reclaim() [all …]
|