Home
last modified time | relevance | path

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

/linux/lib/
H A Dstackdepot.c445 if (flags & STACK_DEPOT_FLAG_GET) { in depot_alloc_stack()
468 if (flags & STACK_DEPOT_FLAG_GET) { in depot_alloc_stack()
621 if ((flags & STACK_DEPOT_FLAG_GET) && !refcount_inc_not_zero(&stack->count)) in find_stack()
/linux/include/linux/
H A Dstackdepot.h86 #define STACK_DEPOT_FLAG_GET ((depot_flags_t)0x0002) macro
/linux/mm/kasan/
H A Dtags.c107 STACK_DEPOT_FLAG_CAN_ALLOC | STACK_DEPOT_FLAG_GET); in save_stack_info()