Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage_owner.c40 struct stack_record *stack_record; member
125 if (dummy_stack.stack_record) in init_page_owner()
127 if (failure_stack.stack_record) in init_page_owner()
165 static void add_stack_record_to_list(struct stack_record *stack_record, in add_stack_record_to_list() argument
179 stack->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
199 if (!stack_record) in inc_stack_record_count()
222 struct stack_record *stack_record = __stack_depot_get_stack_record(handle); in dec_stack_record_count() local
224 if (!stack_record) in dec_stack_record_count()
897 struct stack_record *stack_record = stack->stack_record; in stack_print() local
[all …]
/linux-6.15/lib/
H A Dstackdepot.c312 struct stack_record *stack; in depot_pop_free_pool()
344 static struct stack_record *depot_pop_free(void) in depot_pop_free()
346 struct stack_record *stack; in depot_pop_free()
380 static struct stack_record *
383 struct stack_record *stack = NULL; in depot_alloc_stack()
446 struct stack_record *stack; in depot_fetch_stack()
539 struct stack_record *stack, *ret = NULL; in find_stack()
590 struct stack_record *found = NULL; in stack_depot_save_flags()
648 struct stack_record *new = in stack_depot_save_flags()
706 struct stack_record *stack; in stack_depot_fetch()
[all …]
/linux-6.15/include/linux/
H A Dstackdepot.h53 struct stack_record { struct
189 struct stack_record *__stack_depot_get_stack_record(depot_stack_handle_t handle);