Searched refs:running_ios (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Draid5-cache.c105 struct list_head running_ios; /* io_units which are still running, member in struct:r5l_log
221 struct list_head log_sibling; /* log->running_ios */
234 * the first IO in running_ios list
536 list_for_each_entry_safe(io, next, &log->running_ios, log_sibling) {
552 list_for_each_entry_safe(io, next, &log->running_ios, log_sibling) {
592 if (!list_empty(&log->running_ios)) {
597 io_deferred = list_first_entry(&log->running_ios,
670 if (!list_empty(&log->running_ios)) {
671 io = list_first_entry(&log->running_ios, struct r5l_io_unit,
727 if (io != list_first_entry(&log->running_ios,
[all...]

Completed in 112 milliseconds