Lines Matching refs:inactive_list
333 if (list_empty(conf->inactive_list + hash) && in release_inactive_stripe_list()
336 list_splice_tail_init(list, conf->inactive_list + hash); in release_inactive_stripe_list()
437 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()
439 first = (conf->inactive_list + hash)->next; in get_free_stripe()
445 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()
737 !list_empty(conf->inactive_list + hash) && in raid5_get_active_stripe()
757 if (!list_empty(conf->inactive_list + hash)) in raid5_get_active_stripe()
760 if (list_empty(conf->inactive_list + hash) && inc_empty_inactive_list_flag) in raid5_get_active_stripe()
841 if (!list_empty(conf->inactive_list + hash)) in stripe_add_to_batch_list()
844 if (list_empty(conf->inactive_list + hash) && inc_empty_inactive_list_flag) in stripe_add_to_batch_list()
2532 !list_empty(conf->inactive_list + hash), in resize_stripes()
7286 INIT_LIST_HEAD(conf->inactive_list + i); in setup_conf()