Lines Matching refs:hold_list
5281 list_add_tail(&sh->lru, &conf->hold_list);
5506 * increments when the handle_list is handled before the hold_list; however, it
5509 * head of the hold_list has changed, i.e. the head was promoted to the
5546 list_empty(&conf->hold_list) ? "empty" : "busy",
5552 if (list_empty(&conf->hold_list))
5555 if (conf->hold_list.next == conf->last_hold)
5558 conf->last_hold = conf->hold_list.next;
5564 } else if (!list_empty(&conf->hold_list) &&
5569 list_for_each_entry(tmp, &conf->hold_list, lru) {
7226 INIT_LIST_HEAD(&conf->hold_list);