Searched refs:find_stack (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | stackdepot.c | 178 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack() function 257 found = find_stack(smp_load_acquire(bucket), entries, in stack_depot_save() 286 found = find_stack(*bucket, entries, nr_entries, hash); in stack_depot_save()
|
/kernel/linux/linux-6.6/lib/ |
H A D | stackdepot.c | 343 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack() function 390 found = find_stack(smp_load_acquire(bucket), entries, nr_entries, hash); in __stack_depot_save() 417 found = find_stack(*bucket, entries, nr_entries, hash); in __stack_depot_save()
|
Completed in 2 milliseconds