Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid5-cache.c133 struct list_head no_space_stripes; /* pending stripes, log has no space */ member
979 /* add stripe to no_space_stripes, and then wake up reclaim */
984 list_add_tail(&sh->log_list, &log->no_space_stripes); in r5l_add_no_space_stripe()
1137 while (!list_empty(&log->no_space_stripes)) { in r5l_run_no_space_stripes()
1138 sh = list_first_entry(&log->no_space_stripes, in r5l_run_no_space_stripes()
1507 reclaim_target != 0 || !list_empty(&log->no_space_stripes); in r5l_do_reclaim()
3142 INIT_LIST_HEAD(&log->no_space_stripes); in r5l_init_log()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5-cache.c133 struct list_head no_space_stripes; /* pending stripes, log has no space */ member
978 /* add stripe to no_space_stripes, and then wake up reclaim */
983 list_add_tail(&sh->log_list, &log->no_space_stripes); in r5l_add_no_space_stripe()
1136 while (!list_empty(&log->no_space_stripes)) { in r5l_run_no_space_stripes()
1137 sh = list_first_entry(&log->no_space_stripes, in r5l_run_no_space_stripes()
1506 reclaim_target != 0 || !list_empty(&log->no_space_stripes); in r5l_do_reclaim()
3137 INIT_LIST_HEAD(&log->no_space_stripes); in r5l_init_log()

Completed in 9 milliseconds