Lines Matching refs:list
33 list_add(&lru->list, &memcg_list_lrus);
43 list_del(&lru->list);
129 list_add_tail(item, &l->list);
163 void list_lru_isolate(struct list_lru_one *list, struct list_head *item)
166 list->nr_items--;
170 void list_lru_isolate_move(struct list_lru_one *list, struct list_head *item,
174 list->nr_items--;
220 list_for_each_safe(item, n, &l->list) {
240 * If the lru lock has been dropped, our list
248 list_move_tail(item, &l->list);
254 * The lru lock has been dropped, our list traversal is
333 INIT_LIST_HEAD(&l->list);
358 * The __list_lru_walk_one() can walk the list of this node.
359 * We need kvfree_rcu() here. And the walking of the list
408 list_splice_init(&src->list, &dst->list);
443 * list lrus in memcg_list_lru_free().
446 * from allocating list lrus for this cgroup after memcg_list_lru_free()
459 list_for_each_entry(lru, &memcg_list_lrus, list)