Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/dma/
Dswiotlb.c86 static struct io_tlb_mem io_tlb_default_mem = { variable
87 .lock = __SPIN_LOCK_UNLOCKED(io_tlb_default_mem.lock),
88 .pools = LIST_HEAD_INIT(io_tlb_default_mem.pools),
89 .dyn_alloc = __WORK_INITIALIZER(io_tlb_default_mem.dyn_alloc,
95 static struct io_tlb_mem io_tlb_default_mem; variable
228 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_print_info()
257 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_update_mem_attributes()
352 struct io_tlb_pool *mem = &io_tlb_default_mem.defpool; in swiotlb_init_remap()
363 io_tlb_default_mem.force_bounce = in swiotlb_init_remap()
368 io_tlb_default_mem.can_grow = true; in swiotlb_init_remap()
[all …]