Lines Matching refs:inactive_list
315 * @hash could be NR_STRIPE_HASH_LOCKS, then we have a list of inactive_list
343 if (list_empty(conf->inactive_list + hash) &&
346 list_splice_tail_init(list, conf->inactive_list + hash);
447 if (list_empty(conf->inactive_list + hash))
449 first = (conf->inactive_list + hash)->next;
455 if (list_empty(conf->inactive_list + hash))
656 if (!list_empty(conf->inactive_list + hash))
659 if (list_empty(conf->inactive_list + hash) &&
793 if (list_empty(conf->inactive_list + hash))
2604 !list_empty(conf->inactive_list + hash),
7625 INIT_LIST_HEAD(conf->inactive_list + i);