Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptbase.h529 struct list_head inactive_list; /* link list for physical member
H A Dmptbase.c2549 INIT_LIST_HEAD(&ioc->raid_data.inactive_list); in mpt_do_ioc_recovery()
5629 if (list_empty(&ioc->raid_data.inactive_list)) in mpt_inactive_raid_list_free()
5634 &ioc->raid_data.inactive_list, list) { in mpt_inactive_raid_list_free()
5714 &ioc->raid_data.inactive_list); in mpt_inactive_raid_volumes()
/linux/drivers/md/
H A Draid5.c348 if (list_empty(conf->inactive_list + hash) && in release_inactive_stripe_list()
351 list_splice_tail_init(list, conf->inactive_list + hash); in release_inactive_stripe_list()
452 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()
454 first = (conf->inactive_list + hash)->next; in get_free_stripe()
460 if (list_empty(conf->inactive_list + hash)) in get_free_stripe()
661 if (!list_empty(conf->inactive_list + hash)) in find_get_stripe()
664 if (list_empty(conf->inactive_list + hash) && in find_get_stripe()
797 if (list_empty(conf->inactive_list + hash)) in is_inactive_blocked()
2580 !list_empty(conf->inactive_list + hash), in resize_stripes()
7589 INIT_LIST_HEAD(conf->inactive_list + i); in setup_conf()