Home
last modified time | relevance | path

Searched defs: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
62 u32 hash; /* Hash in the hastable */
63 u32 size; /* Number of frames in the stack */
64 union handle_parts handle;
65 unsigned long entries[]; /* Variable-sized array of entries. */

Completed in 3 milliseconds