Lines Matching refs:inactive_list
320 * @hash could be NR_STRIPE_HASH_LOCKS, then we have a list of inactive_list
348 if (list_empty(conf->inactive_list + hash) &&
351 list_splice_tail_init(list, conf->inactive_list + hash);
452 if (list_empty(conf->inactive_list + hash))
454 first = (conf->inactive_list + hash)->next;
460 if (list_empty(conf->inactive_list + hash))
661 if (!list_empty(conf->inactive_list + hash))
664 if (list_empty(conf->inactive_list + hash) &&
797 if (list_empty(conf->inactive_list + hash))
2595 !list_empty(conf->inactive_list + hash),
7647 INIT_LIST_HEAD(conf->inactive_list + i);