Searched refs:__stack_depot_get_stack_record (Results 1 – 3 of 3) sorted by relevance
189 struct stack_record *__stack_depot_get_stack_record(depot_stack_handle_t handle);
132 dummy_stack.stack_record = __stack_depot_get_stack_record(dummy_handle); in init_page_owner()133 failure_stack.stack_record = __stack_depot_get_stack_record(failure_handle); in init_page_owner()209 struct stack_record *stack_record = __stack_depot_get_stack_record(handle); in inc_stack_record_count()234 struct stack_record *stack_record = __stack_depot_get_stack_record(handle); in dec_stack_record_count()
744 struct stack_record *__stack_depot_get_stack_record(depot_stack_handle_t handle) in __stack_depot_get_stack_record() function