Searched refs:dma_entry_hash (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.c71 static struct hash_bucket dma_entry_hash[HASH_SIZE]; variable in typeref:struct:hash_bucket
227 spin_lock_irqsave(&dma_entry_hash[idx].lock, __flags);
229 return &dma_entry_hash[idx];
321 struct hash_bucket *bucket = &dma_entry_hash[idx];
660 spin_lock(&dma_entry_hash[i].lock);
661 list_for_each_entry(entry, &dma_entry_hash[i].list, list) {
665 spin_unlock(&dma_entry_hash[i].lock);
726 INIT_LIST_HEAD(&dma_entry_hash[i].list);
727 spin_lock_init(&dma_entry_hash[i].lock);

Completed in 131 milliseconds