Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 6 of 6) sorted by relevance

/kernel/dma/
Ddebug.c263 static void put_hash_bucket(struct hash_bucket *bucket, in put_hash_bucket()
292 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find()
342 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, in bucket_find_exact()
348 static struct dma_debug_entry *bucket_find_contain(struct hash_bucket **bucket, in bucket_find_contain()
378 static void hash_bucket_add(struct hash_bucket *bucket, in hash_bucket_add()
408 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings() local
557 struct hash_bucket *bucket; in add_dma_entry() local
784 struct hash_bucket *bucket = &dma_entry_hash[idx]; in dump_show() local
958 struct hash_bucket *bucket; in check_unmap() local
1091 struct hash_bucket *bucket; in check_sync() local
[all …]
/kernel/bpf/
Dstackmap.c261 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in __bpf_get_stackid() local
625 struct stack_map_bucket *bucket, *old_bucket; in bpf_stackmap_copy() local
Dhashtab.c81 struct bucket { struct
94 struct bucket *buckets; argument
/kernel/locking/
Dlockdep.c3256 #define for_each_chain_block(bucket, prev, curr) \ argument
3288 static inline void init_chain_block(int offset, int next, int bucket, int size) in init_chain_block()
3301 int bucket = size_to_bucket(size); in add_chain_block() local
3354 static inline void del_chain_block(int bucket, int size, int next) in del_chain_block()
3381 int bucket, curr, size; in alloc_chain_hlocks() local
/kernel/sched/
Dcore.c1375 struct uclamp_bucket *bucket = rq->uclamp[clamp_id].bucket; in uclamp_rq_max_value() local
1533 struct uclamp_bucket *bucket; in uclamp_rq_inc_id() local
1571 struct uclamp_bucket *bucket; in uclamp_rq_dec_id() local
Dsched.h927 struct uclamp_bucket bucket[UCLAMP_BUCKETS]; member