Lines Matching refs:depot_stack_handle_t
25 typedef u32 depot_stack_handle_t; typedef
33 #define DEPOT_HANDLE_BITS (sizeof(depot_stack_handle_t) * 8)
45 depot_stack_handle_t handle;
157 depot_stack_handle_t stack_depot_save_flags(unsigned long *entries,
177 depot_stack_handle_t stack_depot_save(unsigned long *entries,
189 struct stack_record *__stack_depot_get_stack_record(depot_stack_handle_t handle);
199 unsigned int stack_depot_fetch(depot_stack_handle_t handle,
207 void stack_depot_print(depot_stack_handle_t stack);
219 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size,
232 void stack_depot_put(depot_stack_handle_t handle);
245 depot_stack_handle_t __must_check stack_depot_set_extra_bits(
246 depot_stack_handle_t handle, unsigned int extra_bits);
255 unsigned int stack_depot_get_extra_bits(depot_stack_handle_t handle);