Lines Matching defs:stack_record
58 struct stack_record {
59 struct stack_record *next; /* Link in the hash table */
79 static struct stack_record **stack_table;
152 sizeof(struct stack_record *),
205 stack_table = kvcalloc(entries, sizeof(struct stack_record *), GFP_KERNEL);
259 static struct stack_record *
262 struct stack_record *stack;
343 static inline struct stack_record *find_stack(struct stack_record *bucket,
347 struct stack_record *found;
362 struct stack_record *found = NULL, **bucket;
419 struct stack_record *new =
471 struct stack_record *stack;