Home
last modified time | relevance | path

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

/linux-6.8/lib/
Dstackdepot.c62 struct stack_record { struct
63 struct list_head hash_list; /* Links in the hash table */
64 u32 hash; /* Hash in hash table */
65 u32 size; /* Number of stored frames */
66 union handle_parts handle; /* Constant after initialization */
67 refcount_t count;
68 union {