Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Draid5.h658 struct list_head inactive_list[NR_STRIPE_HASH_LOCKS]; member
Draid5.c343 if (list_empty(conf->inactive_list + hash) && in release_inactive_stripe_list()
346 list_splice_tail_init(list, conf->inactive_list + hash); in release_inactive_stripe_list()
447 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()
449 first = (conf->inactive_list + hash)->next; in get_free_stripe()
455 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()
656 if (!list_empty(conf->inactive_list + hash)) in find_get_stripe()
659 if (list_empty(conf->inactive_list + hash) && in find_get_stripe()
793 if (list_empty(conf->inactive_list + hash)) in is_inactive_blocked()
2597 !list_empty(conf->inactive_list + hash), in resize_stripes()
7563 INIT_LIST_HEAD(conf->inactive_list + i); in setup_conf()
/Linux-v6.1/drivers/message/fusion/
Dmptscsih.c2184 if (list_empty(&ioc->raid_data.inactive_list)) in mptscsih_is_phys_disk()
2188 list_for_each_entry(component_info, &ioc->raid_data.inactive_list, in mptscsih_is_phys_disk()
2261 if (list_empty(&ioc->raid_data.inactive_list)) in mptscsih_raid_id_to_num()
2265 list_for_each_entry(component_info, &ioc->raid_data.inactive_list, in mptscsih_raid_id_to_num()
Dmptbase.h529 struct list_head inactive_list; /* link list for physical member
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()