Lines Matching refs:lru_list
50 struct list_head lru_list;
78 struct list_head lru_list;
102 * This scans the lru_list and attempts to reclaim any workspace that hasn't
114 if (list_empty(&wsm.lru_list)) {
119 list_for_each_prev_safe(pos, next, &wsm.lru_list) {
121 lru_list);
132 list_del(&victim->lru_list);
141 if (!list_empty(&wsm.lru_list))
186 INIT_LIST_HEAD(&wsm.lru_list);
211 list_del(&workspace->lru_list);
227 * the place in the lru_list and last_used times are not updated. This is to
246 list_del(&workspace->lru_list);
318 INIT_LIST_HEAD(&workspace->lru_list);
321 list_add(&workspace->lru_list, &wsm.lru_list);
365 INIT_LIST_HEAD(&workspace->lru_list);