Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dstackdepot.h53 struct stack_record { struct
54 struct list_head hash_list; /* Links in the hash table */
55 u32 hash; /* Hash in hash table */
56 u32 size; /* Number of stored frames */
57 union handle_parts handle; /* Constant after initialization */
58 refcount_t count;
59 union {
/linux-6.12.1/mm/
Dpage_owner.c40 struct stack_record *stack_record; member
165 static void add_stack_record_to_list(struct stack_record *stack_record, in add_stack_record_to_list()
197 struct stack_record *stack_record = __stack_depot_get_stack_record(handle); in inc_stack_record_count() local
222 struct stack_record *stack_record = __stack_depot_get_stack_record(handle); in dec_stack_record_count() local
897 struct stack_record *stack_record = stack->stack_record; in stack_print() local