Searched refs:hash_bucket (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | rb_resort.h | 147 #define DECLARE_RESORT_RB_MACHINE_THREADS(__name, __machine, hash_bucket) \ argument 148 DECLARE_RESORT_RB(__name)(&__machine->threads[hash_bucket].entries.rb_root, \ 149 __machine->threads[hash_bucket].nr)
|
| /Linux-v5.4/kernel/dma/ |
| D | debug.c | 87 struct hash_bucket { struct 93 static struct hash_bucket dma_entry_hash[HASH_SIZE]; argument 242 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry, in get_hash_bucket() 257 static void put_hash_bucket(struct hash_bucket *bucket, in put_hash_bucket() 288 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find() 338 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, in bucket_find_exact() 344 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, in bucket_find_contain() 374 static void hash_bucket_add(struct hash_bucket *bucket, in hash_bucket_add() 404 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings() 605 struct hash_bucket *bucket; in add_dma_entry() [all …]
|
| /Linux-v5.4/net/openvswitch/ |
| D | vport.c | 55 static struct hlist_head *hash_bucket(const struct net *net, const char *name) in hash_bucket() function 96 struct hlist_head *bucket = hash_bucket(net, name); in ovs_vport_locate() 205 bucket = hash_bucket(ovs_dp_get_net(vport->dp), in ovs_vport_add()
|