Lines Matching refs:list
71 struct list_head list; member
91 struct list_head list; member
305 list_for_each_entry(entry, &bucket->list, list) { in __hash_bucket_find()
387 list_add_tail(&entry->list, &bucket->list); in hash_bucket_add()
395 list_del(&entry->list); in hash_bucket_del()
417 list_for_each_entry(entry, &bucket->list, list) { in debug_dma_dump_mappings()
637 entry = list_entry(free_entries.next, struct dma_debug_entry, list); in __dma_entry_alloc()
638 list_del(&entry->list); in __dma_entry_alloc()
692 list_add(&entry->list, &free_entries); in dma_entry_free()
716 list_add_tail(&entry->list, &tmp); in dma_debug_resize_entries()
762 list_add_tail(&entry->list, &free_entries); in prealloc_memory()
774 list_for_each_entry_safe(entry, next_entry, &free_entries, list) { in prealloc_memory()
775 list_del(&entry->list); in prealloc_memory()
940 list_for_each_entry(entry, &dma_entry_hash[i].list, list) { in device_dma_allocations()
1016 INIT_LIST_HEAD(&dma_entry_hash[i].list); in dma_debug_init()
1318 list_for_each_entry(entry, &bucket->list, list) { in debug_dma_mapping_error()