Searched refs:bucket (Results 1 – 2 of 2) sorted by relevance
173 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack() argument179 for (found = bucket; found; found = found->next) { in find_stack()223 struct stack_record *found = NULL, **bucket; in stack_depot_save() local234 bucket = &stack_table[hash & STACK_HASH_MASK]; in stack_depot_save()241 found = find_stack(smp_load_acquire(bucket), entries, in stack_depot_save()270 found = find_stack(*bucket, entries, nr_entries, hash); in stack_depot_save()276 new->next = *bucket; in stack_depot_save()281 smp_store_release(bucket, new); in stack_depot_save()
34 struct rhash_lock_head *bucket; member128 INIT_RHT_NULLS_HEAD(ntbl[i].bucket); in nested_table_alloc()1191 return &ntbl[subhash].bucket; in __rht_bucket_nested()1232 return &ntbl[hash].bucket; in rht_bucket_nested_insert()