Lines Matching refs:pools
91 .pools = LIST_HEAD_INIT(io_tlb_default_mem.pools),
310 list_add_rcu(&pool->node, &mem->pools);
618 * Allocate from the atomic pools if memory is encrypted and
783 list_for_each_entry_rcu(pool, &mem->pools, node) {
1126 * swiotlb_search_area() - search one memory area in all pools
1136 * Search one memory area in all pools for a sequence of slots that match the
1151 list_for_each_entry_rcu(pool, &mem->pools, node) {
1241 * Second, the load from mem->pools must be ordered before the same
1332 list_for_each_entry_rcu(pool, &mem->pools, node)
1841 INIT_LIST_HEAD_RCU(&mem->pools);