Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Ddma-debug.c90 struct hash_bucket { struct
96 static struct hash_bucket dma_entry_hash[HASH_SIZE]; argument
254 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry, in get_hash_bucket()
268 static void put_hash_bucket(struct hash_bucket *bucket, in put_hash_bucket()
298 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find()
348 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, in bucket_find_exact()
354 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, in bucket_find_contain()
384 static void hash_bucket_add(struct hash_bucket *bucket, in hash_bucket_add()
411 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings()
613 struct hash_bucket *bucket; in add_dma_entry()
[all …]
/linux-4.4.14/net/openvswitch/
Dvport.c68 static struct hlist_head *hash_bucket(const struct net *net, const char *name) in hash_bucket() function
109 struct hlist_head *bucket = hash_bucket(net, name); in ovs_vport_locate()
218 bucket = hash_bucket(ovs_dp_get_net(vport->dp), in ovs_vport_add()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_core.c148 static u32 hash_bucket(u32 hash, const struct net *net) in hash_bucket() function
453 unsigned int bucket = hash_bucket(hash, net); in ____nf_conntrack_find()
616 hash = hash_bucket(hash, net); in __nf_conntrack_confirm()
757 hash = hash_bucket(_hash, net); in early_drop()
/linux-4.4.14/fs/afs/
Dinternal.h242 uint8_t hash_bucket; /* which hash bucket this represents */ member