Home
last modified time | relevance | path

Searched refs:stack_record (Results 1 – 1 of 1) sorted by relevance

/lib/
Dstackdepot.c59 struct stack_record { struct
60 struct stack_record *next; /* Link in the hashtable */ argument
99 static struct stack_record *depot_alloc_stack(unsigned long *entries, int size, in depot_alloc_stack()
102 int required_size = offsetof(struct stack_record, entries) + in depot_alloc_stack()
104 struct stack_record *stack; in depot_alloc_stack()
145 static struct stack_record *stack_table[STACK_HASH_SIZE] = {
173 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack()
177 struct stack_record *found; in find_stack()
203 struct stack_record *stack = slab + offset; in stack_depot_fetch()
223 struct stack_record *found = NULL, **bucket; in stack_depot_save()
[all …]