Home
last modified time | relevance | path

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

/lib/
Dstackdepot.c68 struct stack_record { struct
69 struct stack_record *next; /* Link in the hashtable */ argument
70 u32 hash; /* Hash in the hastable */
71 u32 size; /* Number of frames in the stack */
72 union handle_parts handle;
73 unsigned long entries[1]; /* Variable-sized array of entries. */