Lines Matching refs:hold_list
5397 list_add_tail(&sh->lru, &conf->hold_list);
5610 * increments when the handle_list is handled before the hold_list; however, it
5613 * head of the hold_list has changed, i.e. the head was promoted to the
5651 list_empty(&conf->hold_list) ? "empty" : "busy",
5657 if (list_empty(&conf->hold_list))
5660 if (conf->hold_list.next == conf->last_hold)
5663 conf->last_hold = conf->hold_list.next;
5669 } else if (!list_empty(&conf->hold_list) &&
5674 list_for_each_entry(tmp, &conf->hold_list, lru) {
7565 INIT_LIST_HEAD(&conf->hold_list);