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()
381 list_add_tail(&entry->list, &bucket->list); in hash_bucket_add()
389 list_del(&entry->list); in hash_bucket_del()
414 list_for_each_entry(entry, &bucket->list, list) { in debug_dma_dump_mappings()
586 list_add_tail(&entry[i].list, &free_entries); in dma_debug_create_entries()
598 entry = list_entry(free_entries.next, struct dma_debug_entry, list); in __dma_entry_alloc()
599 list_del(&entry->list); in __dma_entry_alloc()
675 list_add(&entry->list, &free_entries); in dma_entry_free()
790 list_for_each_entry(entry, &bucket->list, list) { in dump_show()
833 list_for_each_entry(entry, &dma_entry_hash[i].list, list) { in device_dma_allocations()
904 INIT_LIST_HEAD(&dma_entry_hash[i].list); in dma_debug_init()
1264 list_for_each_entry(entry, &bucket->list, list) { in debug_dma_mapping_error()