Searched refs:running_ios (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/md/ |
| H A D | raid5-cache.c | 105 struct list_head running_ios; /* io_units which are still running, member 221 struct list_head log_sibling; /* log->running_ios */ 234 * the first IO in running_ios list 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() 723 if (io != list_first_entry(&log->running_ios, in r5l_submit_current_io() [all...] |