Lines Matching defs:io_tlb_mem
108 struct io_tlb_mem { struct
109 struct io_tlb_pool defpool;
110 unsigned long nslabs;
111 struct dentry *debugfs;
112 bool force_bounce;
113 bool for_alloc;
115 bool can_grow;
116 u64 phys_limit;
117 spinlock_t lock;
118 struct list_head pools;
119 struct work_struct dyn_alloc;
145 struct io_tlb_mem *mem = dev->dma_io_tlb_mem; in swiotlb_find_pool() argument