Searched refs:hash_bucket (Results 1 – 1 of 1) sorted by relevance
86 struct hash_bucket { struct92 static struct hash_bucket dma_entry_hash[HASH_SIZE]; argument248 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry, in get_hash_bucket()263 static void put_hash_bucket(struct hash_bucket *bucket, in put_hash_bucket()292 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find()342 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, in bucket_find_exact()348 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, in bucket_find_contain()376 static void hash_bucket_add(struct hash_bucket *bucket, in hash_bucket_add()406 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings()555 struct hash_bucket *bucket; in add_dma_entry()[all …]