Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/dma/
Ddebug.c35 #define DMA_DEBUG_DYNAMIC_ENTRIES (PAGE_SIZE / sizeof(struct dma_debug_entry))
67 struct dma_debug_entry { struct
85 typedef bool (*match_fn)(struct dma_debug_entry *, struct dma_debug_entry *); argument
167 static inline void dump_entry_trace(struct dma_debug_entry *entry) in dump_entry_trace()
237 static int hash_fn(struct dma_debug_entry *entry) in hash_fn()
249 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry, in get_hash_bucket()
271 static bool exact_match(struct dma_debug_entry *a, struct dma_debug_entry *b) in exact_match()
277 static bool containing_match(struct dma_debug_entry *a, in containing_match()
278 struct dma_debug_entry *b) in containing_match()
293 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find()
[all …]