Lines Matching refs:inactive_list
334 if (list_empty(conf->inactive_list + hash) && in release_inactive_stripe_list()
337 list_splice_tail_init(list, conf->inactive_list + hash); in release_inactive_stripe_list()
438 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()
440 first = (conf->inactive_list + hash)->next; in get_free_stripe()
446 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()
738 !list_empty(conf->inactive_list + hash) && in raid5_get_active_stripe()
758 if (!list_empty(conf->inactive_list + hash)) in raid5_get_active_stripe()
761 if (list_empty(conf->inactive_list + hash) && inc_empty_inactive_list_flag) in raid5_get_active_stripe()
842 if (!list_empty(conf->inactive_list + hash)) in stripe_add_to_batch_list()
845 if (list_empty(conf->inactive_list + hash) && inc_empty_inactive_list_flag) in stripe_add_to_batch_list()
2534 !list_empty(conf->inactive_list + hash), in resize_stripes()
7296 INIT_LIST_HEAD(conf->inactive_list + i); in setup_conf()