Lines Matching refs:inactive_list
342 if (list_empty(conf->inactive_list + hash) && in release_inactive_stripe_list()
345 list_splice_tail_init(list, conf->inactive_list + hash); in release_inactive_stripe_list()
446 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()
448 first = (conf->inactive_list + hash)->next; in get_free_stripe()
454 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()
669 !list_empty(conf->inactive_list + hash) && in raid5_get_active_stripe()
689 if (!list_empty(conf->inactive_list + hash)) in raid5_get_active_stripe()
692 if (list_empty(conf->inactive_list + hash) && inc_empty_inactive_list_flag) in raid5_get_active_stripe()
769 if (!list_empty(conf->inactive_list + hash)) in stripe_add_to_batch_list()
772 if (list_empty(conf->inactive_list + hash) && inc_empty_inactive_list_flag) in stripe_add_to_batch_list()
2371 !list_empty(conf->inactive_list + hash), in resize_stripes()
6982 INIT_LIST_HEAD(conf->inactive_list + i); in setup_conf()