Home
last modified time | relevance | path

Searched refs:STACK_DEPOT_FLAG_CAN_ALLOC (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dstackdepot.h85 #define STACK_DEPOT_FLAG_CAN_ALLOC ((depot_flags_t)0x0001) macro
/linux/mm/kasan/
H A Dtags.c107 STACK_DEPOT_FLAG_CAN_ALLOC | STACK_DEPOT_FLAG_GET); in save_stack_info()
H A Dcommon.c68 stack = kasan_save_stack(flags, STACK_DEPOT_FLAG_CAN_ALLOC); in kasan_save_track()
/linux/lib/
H A Dstackdepot.c644 bool can_alloc = (depot_flags & STACK_DEPOT_FLAG_CAN_ALLOC) && allow_spin; in stack_depot_save_flags()
740 STACK_DEPOT_FLAG_CAN_ALLOC); in stack_depot_save()