• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/

Lines Matching refs:dma_debug_entry

49 struct dma_debug_entry {
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 *entry, *ret = NULL;
300 struct dma_debug_entry *entry)
308 static void hash_bucket_del(struct dma_debug_entry *entry)
322 struct dma_debug_entry *entry;
347 static void add_dma_entry(struct dma_debug_entry *entry)
357 static struct dma_debug_entry *__dma_entry_alloc(void)
359 struct dma_debug_entry *entry;
361 entry = list_entry(free_entries.next, struct dma_debug_entry, list);
377 static struct dma_debug_entry *dma_entry_alloc(void)
379 struct dma_debug_entry *entry = NULL;
405 static void dma_entry_free(struct dma_debug_entry *entry)
423 struct dma_debug_entry *entry;
471 * 2. Preallocate a given number of dma_debug_entry structs
476 struct dma_debug_entry *entry, *next_entry;
653 struct dma_debug_entry *entry;
783 static void check_unmap(struct dma_debug_entry *ref)
785 struct dma_debug_entry *entry;
887 struct dma_debug_entry *ref,
890 struct dma_debug_entry *entry;
957 struct dma_debug_entry *entry;
993 struct dma_debug_entry ref = {
1014 struct dma_debug_entry *entry;
1046 struct dma_debug_entry *ref)
1048 struct dma_debug_entry *entry;
1075 struct dma_debug_entry ref = {
1099 struct dma_debug_entry *entry;
1125 struct dma_debug_entry ref = {
1144 struct dma_debug_entry ref;
1164 struct dma_debug_entry ref;
1185 struct dma_debug_entry ref;
1206 struct dma_debug_entry ref;
1233 struct dma_debug_entry ref = {
1265 struct dma_debug_entry ref = {