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

/linux-master/drivers/md/
H A Draid5-cache.c133 struct list_head no_space_stripes; /* pending stripes, log has no space */ member in struct:r5l_log
980 /* add stripe to no_space_stripes, and then wake up reclaim */
985 list_add_tail(&sh->log_list, &log->no_space_stripes);
1138 while (!list_empty(&log->no_space_stripes)) {
1139 sh = list_first_entry(&log->no_space_stripes,
1508 reclaim_target != 0 || !list_empty(&log->no_space_stripes);
3130 INIT_LIST_HEAD(&log->no_space_stripes);

Completed in 95 milliseconds