Home
last modified time | relevance | path

Searched refs:io_tlb_default_mem (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/dma/
H A Dswiotlb.c89 static struct io_tlb_mem io_tlb_default_mem = { variable
90 .lock = __SPIN_LOCK_UNLOCKED(io_tlb_default_mem.lock),
91 .pools = LIST_HEAD_INIT(io_tlb_default_mem.pools),
92 .dyn_alloc = __WORK_INITIALIZER(io_tlb_default_mem.dyn_alloc,
98 static struct io_tlb_mem io_tlb_default_mem; variable
231 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_print_info()
260 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_update_mem_attributes()
357 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_init_remap()
368 io_tlb_default_mem.force_bounce = in swiotlb_init_remap()
373 io_tlb_default_mem.can_grow = true; in swiotlb_init_remap()
[all …]