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

/linux-4.1.27/lib/
H A Ddma-debug.c90 struct hash_bucket { struct
96 static struct hash_bucket dma_entry_hash[HASH_SIZE];
254 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry, get_hash_bucket()
268 static void put_hash_bucket(struct hash_bucket *bucket, put_hash_bucket()
298 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, __hash_bucket_find()
348 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, bucket_find_exact()
354 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, bucket_find_contain()
384 static void hash_bucket_add(struct hash_bucket *bucket, hash_bucket_add()
411 struct hash_bucket *bucket = &dma_entry_hash[idx]; debug_dma_dump_mappings()
613 struct hash_bucket *bucket; add_dma_entry()
1077 struct hash_bucket *bucket; check_unmap()
1194 struct hash_bucket *bucket; check_sync()
1299 struct hash_bucket *bucket; debug_dma_mapping_error()
1393 struct hash_bucket *bucket; get_nr_mapped_entries()
/linux-4.1.27/kernel/
H A Dfutex.c107 * lock(hash_bucket(futex));
109 * unlock(hash_bucket(futex));
128 * lock(hash_bucket(futex)); |
138 * unlock(hash_bucket(futex));
140 * lock(hash_bucket(futex));
142 * waiters--; (b) unlock(hash_bucket(futex));
1368 * @hb1: the source hash_bucket
1369 * @hb2: the target hash_bucket
1396 * @hb: the hash_bucket of the requeue target futex
2104 * @hb: storage for hash_bucket pointer to be returned to caller
2106 * Setup the futex_q and locate the hash_bucket. Get the futex value and
2477 * @hb: the hash_bucket futex_q was original enqueued on
/linux-4.1.27/net/openvswitch/
H A Dvport.c71 static struct hlist_head *hash_bucket(const struct net *net, const char *name) hash_bucket() function
112 struct hlist_head *bucket = hash_bucket(net, name); ovs_vport_locate()
228 bucket = hash_bucket(ovs_dp_get_net(vport->dp), ovs_vport_add()
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_core.c148 static u32 hash_bucket(u32 hash, const struct net *net) hash_bucket() function
414 unsigned int bucket = hash_bucket(hash, net); ____nf_conntrack_find()
597 hash = hash_bucket(hash, net); __nf_conntrack_confirm()
733 hash = hash_bucket(_hash, net); early_drop()
/linux-4.1.27/fs/afs/
H A Dinternal.h242 uint8_t hash_bucket; /* which hash bucket this represents */ member in struct:afs_cache_vhash

Completed in 503 milliseconds