Searched refs:stack_depot_put (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dstackdepot.h144 * Users of this flag must also call stack_depot_put() when keeping the stack
223 * stack_depot_put - Drop a reference to a stack trace from stack depot
232 void stack_depot_put(depot_stack_handle_t handle);
/linux-master/mm/kasan/
H A Dtags.c137 stack_depot_put(old_stack);
/linux-master/lib/
H A Dstackdepot.c569 * to then call stack_depot_put() later, and we can assume that
718 if (WARN(!stack, "corrupt handle or use after stack_depot_put()"))
726 void stack_depot_put(depot_stack_handle_t handle) function
738 if (WARN(!stack, "corrupt handle or unbalanced stack_depot_put()"))
744 EXPORT_SYMBOL_GPL(stack_depot_put); variable

Completed in 115 milliseconds