Lines Matching refs:lru_list
50 struct list_head lru_list;
78 struct list_head lru_list;
100 * This scans the lru_list and attempts to reclaim any workspace that hasn't
110 if (list_empty(&wsm.lru_list)) {
115 list_for_each_prev_safe(pos, next, &wsm.lru_list) {
117 lru_list);
128 list_del(&victim->lru_list);
137 if (!list_empty(&wsm.lru_list))
182 INIT_LIST_HEAD(&wsm.lru_list);
207 list_del(&workspace->lru_list);
223 * the place in the lru_list and last_used times are not updated. This is to
242 list_del(&workspace->lru_list);
314 INIT_LIST_HEAD(&workspace->lru_list);
317 list_add(&workspace->lru_list, &wsm.lru_list);
361 INIT_LIST_HEAD(&workspace->lru_list);