Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dstackdepot.c64 struct stack_record { struct
65 struct stack_record *next; /* Link in the hashtable */ argument
66 u32 hash; /* Hash in the hastable */
67 u32 size; /* Number of frames in the stack */
68 union handle_parts handle;
69 unsigned long entries[]; /* Variable-sized array of entries. */