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

/linux-master/include/linux/
H A Dstackdepot.h86 #define STACK_DEPOT_FLAG_GET ((depot_flags_t)0x0002) macro
142 * If STACK_DEPOT_FLAG_GET is set in @depot_flags, stack depot will increment
229 * number of stack_depot_save_flags() calls with STACK_DEPOT_FLAG_GET set for
/linux-master/mm/kasan/
H A Dtags.c107 STACK_DEPOT_FLAG_CAN_ALLOC | STACK_DEPOT_FLAG_GET);
/linux-master/lib/
H A Dstackdepot.c396 if (flags & STACK_DEPOT_FLAG_GET) {
419 if (flags & STACK_DEPOT_FLAG_GET) {
568 * If STACK_DEPOT_FLAG_GET is not used, it is undefined behavior
572 if ((flags & STACK_DEPOT_FLAG_GET) && !refcount_inc_not_zero(&stack->count))

Completed in 120 milliseconds