Lines Matching refs:list
67 struct list_head list; member
87 struct list_head list; member
299 list_for_each_entry(entry, &bucket->list, list) { in __hash_bucket_find()
379 list_add_tail(&entry->list, &bucket->list); in hash_bucket_add()
387 list_del(&entry->list); in hash_bucket_del()
412 list_for_each_entry(entry, &bucket->list, list) { in debug_dma_dump_mappings()
583 list_add_tail(&entry[i].list, &free_entries); in dma_debug_create_entries()
595 entry = list_entry(free_entries.next, struct dma_debug_entry, list); in __dma_entry_alloc()
596 list_del(&entry->list); in __dma_entry_alloc()
672 list_add(&entry->list, &free_entries); in dma_entry_free()
787 list_for_each_entry(entry, &bucket->list, list) { in dump_show()
830 list_for_each_entry(entry, &dma_entry_hash[i].list, list) { in device_dma_allocations()
901 INIT_LIST_HEAD(&dma_entry_hash[i].list); in dma_debug_init()
1252 list_for_each_entry(entry, &bucket->list, list) { in debug_dma_mapping_error()