Searched defs:bucket (Results 1 – 6 of 6) sorted by relevance
| /kernel/dma/ |
| D | debug.c | 265 static void put_hash_bucket(struct hash_bucket *bucket, in put_hash_bucket() 294 static struct dma_debug_entry *__hash_bucket_find(struct hash_bucket *bucket, in __hash_bucket_find() 344 static struct dma_debug_entry *bucket_find_exact(struct hash_bucket *bucket, in bucket_find_exact() 350 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() 524 struct hash_bucket *bucket = &dma_entry_hash[idx]; in debug_dma_dump_mappings() local 556 struct hash_bucket *bucket = &dma_entry_hash[idx]; in dump_show() local 585 struct hash_bucket *bucket; in add_dma_entry() local 959 struct hash_bucket *bucket; in check_unmap() local 1097 struct hash_bucket *bucket; in check_sync() local [all …]
|
| /kernel/bpf/ |
| D | stackmap.c | 231 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in __bpf_get_stackid() local 652 struct stack_map_bucket *bucket, *old_bucket; in bpf_stackmap_copy() local
|
| D | hashtab.c | 79 struct bucket { struct 91 struct bucket *buckets; argument
|
| /kernel/locking/ |
| D | lockdep.c | 3364 #define for_each_chain_block(bucket, prev, curr) \ argument 3396 static inline void init_chain_block(int offset, int next, int bucket, int size) in init_chain_block() 3409 int bucket = size_to_bucket(size); in add_chain_block() local 3462 static inline void del_chain_block(int bucket, int size, int next) in del_chain_block() 3489 int bucket, curr, size; in alloc_chain_hlocks() local
|
| /kernel/sched/ |
| D | core.c | 1549 struct uclamp_bucket *bucket = rq->uclamp[clamp_id].bucket; in uclamp_rq_max_value() local 1676 struct uclamp_bucket *bucket; in uclamp_rq_inc_id() local 1714 struct uclamp_bucket *bucket; in uclamp_rq_dec_id() local
|
| D | sched.h | 1138 struct uclamp_bucket bucket[UCLAMP_BUCKETS]; member
|