Home
last modified time | relevance | path

Searched refs:inactive_list (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/md/
H A Draid5.h654 struct list_head inactive_list[NR_STRIPE_HASH_LOCKS]; member
H A Draid5.c342 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()
655 if (!list_empty(conf->inactive_list + hash)) in find_get_stripe()
658 if (list_empty(conf->inactive_list + hash) && in find_get_stripe()
792 if (list_empty(conf->inactive_list + hash)) in is_inactive_blocked()
2600 !list_empty(conf->inactive_list + hash), in resize_stripes()
7639 INIT_LIST_HEAD(conf->inactive_list + i); in setup_conf()
/openbmc/linux/drivers/message/fusion/
H A Dmptscsih.c2183 if (list_empty(&ioc->raid_data.inactive_list)) in mptscsih_is_phys_disk()
2187 list_for_each_entry(component_info, &ioc->raid_data.inactive_list, in mptscsih_is_phys_disk()
2260 if (list_empty(&ioc->raid_data.inactive_list)) in mptscsih_raid_id_to_num()
2264 list_for_each_entry(component_info, &ioc->raid_data.inactive_list, in mptscsih_raid_id_to_num()
H A Dmptbase.h529 struct list_head inactive_list; /* link list for physical member
H A Dmptbase.c2550 INIT_LIST_HEAD(&ioc->raid_data.inactive_list); in mpt_do_ioc_recovery()
5630 if (list_empty(&ioc->raid_data.inactive_list)) in mpt_inactive_raid_list_free()
5635 &ioc->raid_data.inactive_list, list) { in mpt_inactive_raid_list_free()
5716 &ioc->raid_data.inactive_list); in mpt_inactive_raid_volumes()