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

/linux-master/kernel/dma/
H A Ddebug.c88 struct hash_bucket { struct
94 static struct hash_bucket dma_entry_hash[HASH_SIZE];
250 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry,
265 static void put_hash_bucket(struct hash_bucket *bucket,
294 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket,
344 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket,
350 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket,
378 static void hash_bucket_add(struct hash_bucket *bucket,
529 struct hash_bucket *bucket = &dma_entry_hash[idx];
561 struct hash_bucket *bucke
[all...]
/linux-master/net/openvswitch/
H A Dvport.c55 static struct hlist_head *hash_bucket(const struct net *net, const char *name) function
97 struct hlist_head *bucket = hash_bucket(net, name);
223 bucket = hash_bucket(ovs_dp_get_net(vport->dp),

Completed in 190 milliseconds