Searched refs:inactive_list (Results 1 – 5 of 5) sorted by relevance
658 struct list_head inactive_list[NR_STRIPE_HASH_LOCKS]; member
344 if (list_empty(conf->inactive_list + hash) && in release_inactive_stripe_list()347 list_splice_tail_init(list, conf->inactive_list + hash); in release_inactive_stripe_list()448 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()450 first = (conf->inactive_list + hash)->next; in get_free_stripe()456 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()657 if (!list_empty(conf->inactive_list + hash)) in find_get_stripe()660 if (list_empty(conf->inactive_list + hash) && in find_get_stripe()793 if (list_empty(conf->inactive_list + hash)) in is_inactive_blocked()2587 !list_empty(conf->inactive_list + hash), in resize_stripes()7564 INIT_LIST_HEAD(conf->inactive_list + i); in setup_conf()
2235 if (list_empty(&ioc->raid_data.inactive_list)) in mptscsih_is_phys_disk()2239 list_for_each_entry(component_info, &ioc->raid_data.inactive_list, in mptscsih_is_phys_disk()2312 if (list_empty(&ioc->raid_data.inactive_list)) in mptscsih_raid_id_to_num()2316 list_for_each_entry(component_info, &ioc->raid_data.inactive_list, in mptscsih_raid_id_to_num()
529 struct list_head inactive_list; /* link list for physical member
2546 INIT_LIST_HEAD(&ioc->raid_data.inactive_list); in mpt_do_ioc_recovery()5626 if (list_empty(&ioc->raid_data.inactive_list)) in mpt_inactive_raid_list_free()5631 &ioc->raid_data.inactive_list, list) { in mpt_inactive_raid_list_free()5712 &ioc->raid_data.inactive_list); in mpt_inactive_raid_volumes()
Completed in 39 milliseconds