Lines Matching refs:inactive_list
305 * @hash could be NR_STRIPE_HASH_LOCKS, then we have a list of inactive_list
333 if (list_empty(conf->inactive_list + hash) &&
336 list_splice_tail_init(list, conf->inactive_list + hash);
437 if (list_empty(conf->inactive_list + hash))
439 first = (conf->inactive_list + hash)->next;
445 if (list_empty(conf->inactive_list + hash))
737 !list_empty(conf->inactive_list + hash) &&
757 if (!list_empty(conf->inactive_list + hash))
760 if (list_empty(conf->inactive_list + hash) && inc_empty_inactive_list_flag)
841 if (!list_empty(conf->inactive_list + hash))
844 if (list_empty(conf->inactive_list + hash) && inc_empty_inactive_list_flag)
2533 !list_empty(conf->inactive_list + hash),
7284 INIT_LIST_HEAD(conf->inactive_list + i);