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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddma-debug.c49 struct dma_debug_entry { struct
72 /* List of pre-allocated dma_debug_entry's */
138 static inline void dump_entry_trace(struct dma_debug_entry *entry)
206 * Every DMA-API request is saved into a struct dma_debug_entry. To
209 static int hash_fn(struct dma_debug_entry *entry)
219 * Request exclusive access to a hash bucket for a given dma_debug_entry.
221 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry,
246 static struct dma_debug_entry *hash_bucket_find(struct hash_bucket *bucket,
247 struct dma_debug_entry *ref)
249 struct dma_debug_entry *entr
[all...]

Completed in 170 milliseconds