Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/dma/
H A Ddebug.c92 static struct hash_bucket dma_entry_hash[HASH_SIZE]; variable
250 __acquires(&dma_entry_hash[idx].lock) in get_hash_bucket()
255 spin_lock_irqsave(&dma_entry_hash[idx].lock, __flags); in get_hash_bucket()
257 return &dma_entry_hash[idx]; in get_hash_bucket()
408 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings()
775 struct hash_bucket *bucket = &dma_entry_hash[idx]; in dump_show()
822 spin_lock_irqsave(&dma_entry_hash[i].lock, flags); in device_dma_allocations()
823 list_for_each_entry(entry, &dma_entry_hash[i].list, list) { in device_dma_allocations()
829 spin_unlock_irqrestore(&dma_entry_hash[i].lock, flags); in device_dma_allocations()
894 INIT_LIST_HEAD(&dma_entry_hash[i].list); in dma_debug_init()
[all …]