Home
last modified time | relevance | path

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

/linux/lib/
A Dstackdepot.c60 struct stack_record { struct
61 struct stack_record *next; /* Link in the hashtable */ argument
104 static struct stack_record *
107 struct stack_record *stack; in depot_alloc_stack()
149 static struct stack_record **stack_table;
167 size_t size = (STACK_HASH_SIZE * sizeof(struct stack_record *)); in stack_depot_init()
201 static inline struct stack_record *find_stack(struct stack_record *bucket, in find_stack()
205 struct stack_record *found; in find_stack()
274 struct stack_record *stack; in stack_depot_fetch()
319 struct stack_record *found = NULL, **bucket; in __stack_depot_save()
[all …]

Completed in 4 milliseconds