Searched refs:STACK_DEPOT_FLAG_CAN_ALLOC (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dstackdepot.h85 #define STACK_DEPOT_FLAG_CAN_ALLOC ((depot_flags_t)0x0001) macro
137 * If STACK_DEPOT_FLAG_CAN_ALLOC is set in @depot_flags, stack depot can
150 * Context: Any context, but setting STACK_DEPOT_FLAG_CAN_ALLOC is required if
/linux-master/mm/kasan/
H A Dtags.c107 STACK_DEPOT_FLAG_CAN_ALLOC | STACK_DEPOT_FLAG_GET);
H A Dgeneric.c546 return __kasan_record_aux_stack(addr, STACK_DEPOT_FLAG_CAN_ALLOC);
H A Dcommon.c68 stack = kasan_save_stack(flags, STACK_DEPOT_FLAG_CAN_ALLOC);
/linux-master/lib/
H A Dstackdepot.c594 bool can_alloc = depot_flags & STACK_DEPOT_FLAG_CAN_ALLOC;
686 STACK_DEPOT_FLAG_CAN_ALLOC);

Completed in 136 milliseconds