Lines Matching defs:list
169 struct list_head list;
229 /* protects zswap_pools list modification */
282 list_for_each_entry_rcu(pool, &zswap_pools, list)
551 pool = list_first_or_null_rcu(&zswap_pools, typeof(*pool), list);
586 list_for_each_entry_rcu(pool, &zswap_pools, list)
605 list_for_each_entry_rcu(pool, &zswap_pools, list) {
766 INIT_LIST_HEAD(&pool->list);
857 /* pool is now off zswap_pools list and has no references. */
871 list_del_rcu(&pool->list);
949 list_del_rcu(&pool->list);
966 list_add_rcu(&pool->list, &zswap_pools);
970 * list; if it's new (and empty) then it'll be removed and
973 list_add_tail_rcu(&pool->list, &zswap_pools);
1141 /* move it to the tail of the inactive list after end_writeback */
1612 list_add(&pool->list, &zswap_pools);