Lines Matching refs:list
68 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()
527 list_for_each_entry(entry, &bucket->list, list) { in debug_dma_dump_mappings()
559 list_for_each_entry(entry, &bucket->list, list) { in dump_show()
611 list_add_tail(&entry[i].list, &free_entries); in dma_debug_create_entries()
623 entry = list_entry(free_entries.next, struct dma_debug_entry, list); in __dma_entry_alloc()
624 list_del(&entry->list); in __dma_entry_alloc()
700 list_add(&entry->list, &free_entries); in dma_entry_free()
831 list_for_each_entry(entry, &dma_entry_hash[i].list, list) { in device_dma_allocations()
902 INIT_LIST_HEAD(&dma_entry_hash[i].list); in dma_debug_init()
1253 list_for_each_entry(entry, &bucket->list, list) { in debug_dma_mapping_error()