Home
last modified time | relevance | path

Searched refs:hash_bucket (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/lib/
Ddma-debug.c68 struct hash_bucket { struct
74 static struct hash_bucket dma_entry_hash[HASH_SIZE]; argument
223 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry, in get_hash_bucket()
237 static void put_hash_bucket(struct hash_bucket *bucket, in put_hash_bucket()
267 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find()
317 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, in bucket_find_exact()
323 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, in bucket_find_contain()
353 static void hash_bucket_add(struct hash_bucket *bucket, in hash_bucket_add()
375 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings()
403 struct hash_bucket *bucket; in add_dma_entry()
[all …]
/linux-3.4.99/net/openvswitch/
Dvport.c70 static struct hlist_head *hash_bucket(const char *name) in hash_bucket() function
85 struct hlist_head *bucket = hash_bucket(name); in ovs_vport_locate()
180 hash_bucket(vport->ops->get_name(vport))); in ovs_vport_add()
/linux-3.4.99/net/netfilter/
Dnf_conntrack_core.c92 static u32 hash_bucket(u32 hash, const struct net *net) in hash_bucket() function
325 unsigned int bucket = hash_bucket(hash, net); in ____nf_conntrack_find()
485 hash = hash_bucket(hash, net); in __nf_conntrack_confirm()
690 if (!early_drop(net, hash_bucket(hash, net))) { in __nf_conntrack_alloc()
/linux-3.4.99/fs/afs/
Dinternal.h242 uint8_t hash_bucket; /* which hash bucket this represents */ member