Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
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[1]; /* Variable-sized array of entries. */
/kernel/linux/linux-6.6/lib/
Dstackdepot.c58 struct stack_record { struct
59 struct stack_record *next; /* Link in the hash table */ argument
79 static struct stack_record **stack_table; argument