Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Ddebug.c88 struct hash_bucket { struct
94 static struct hash_bucket dma_entry_hash[HASH_SIZE]; argument
251 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry, in get_hash_bucket()
266 static void put_hash_bucket(struct hash_bucket *bucket, in put_hash_bucket()
295 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find()
345 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, in bucket_find_exact()
351 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, in bucket_find_contain()
379 static void hash_bucket_add(struct hash_bucket *bucket, in hash_bucket_add()
525 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings()
557 struct hash_bucket *bucket = &dma_entry_hash[idx]; in dump_show()
[all …]
/linux/net/openvswitch/
H A Dvport.c55 static struct hlist_head *hash_bucket(const struct net *net, const char *name) in hash_bucket() function
97 struct hlist_head *bucket = hash_bucket(net, name); in ovs_vport_locate()
223 bucket = hash_bucket(ovs_dp_get_net(vport->dp), in ovs_vport_add()
/linux/kernel/time/
H A Dposix-timers.c91 static struct timer_hash_bucket *hash_bucket(struct signal_struct *sig, unsigned int nr) in hash_bucket() function
99 struct timer_hash_bucket *bucket = hash_bucket(sig, id); in posix_timer_by_id()
136 struct timer_hash_bucket *bucket = hash_bucket(sig, id); in posix_timer_add_at()
451 struct timer_hash_bucket *bucket = hash_bucket(posix_sig_owner(tmr), tmr->it_id); in posix_timer_unhash_and_free()