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

/linux-master/drivers/md/
H A Draid5.h88 * neither). The "inactive_list" contains stripes which are not
94 * not hashed must be on the inactive_list, and will normally be at
97 * The inactive_list, handle_list and hash bucket lists are all protected by the
102 * handle_list else inactive_list
108 * the stripe is on inactive_list.
202 struct list_head lru; /* inactive_list or handle_list */
576 /* only protect corresponding hash list and inactive_list */
658 struct list_head inactive_list[NR_STRIPE_HASH_LOCKS]; member in struct:r5conf
H A Draid5.c317 * @hash could be NR_STRIPE_HASH_LOCKS, then we have a list of inactive_list
345 if (list_empty(conf->inactive_list + hash) &&
348 list_splice_tail_init(list, conf->inactive_list + hash);
449 if (list_empty(conf->inactive_list + hash))
451 first = (conf->inactive_list + hash)->next;
457 if (list_empty(conf->inactive_list + hash))
658 if (!list_empty(conf->inactive_list + hash))
661 if (list_empty(conf->inactive_list + hash) &&
794 if (list_empty(conf->inactive_list + hash))
2588 !list_empty(conf->inactive_list
[all...]
/linux-master/drivers/message/fusion/
H A Dmptbase.h516 * @inactive_list
529 struct list_head inactive_list; /* link list for physical member in struct:_RaidCfgData
H A Dmptscsih.c2235 if (list_empty(&ioc->raid_data.inactive_list))
2239 list_for_each_entry(component_info, &ioc->raid_data.inactive_list,
2312 if (list_empty(&ioc->raid_data.inactive_list))
2316 list_for_each_entry(component_info, &ioc->raid_data.inactive_list,
H A Dmptbase.c2550 INIT_LIST_HEAD(&ioc->raid_data.inactive_list);
5630 if (list_empty(&ioc->raid_data.inactive_list))
5635 &ioc->raid_data.inactive_list, list) {
5716 &ioc->raid_data.inactive_list);

Completed in 152 milliseconds