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

/linux-master/include/linux/
H A Dstackdepot.h79 typedef u32 depot_flags_t; typedef
85 #define STACK_DEPOT_FLAG_CAN_ALLOC ((depot_flags_t)0x0001)
86 #define STACK_DEPOT_FLAG_GET ((depot_flags_t)0x0002)
89 #define STACK_DEPOT_FLAGS_MASK ((depot_flags_t)((1 << STACK_DEPOT_FLAGS_NUM) - 1))
160 depot_flags_t depot_flags);
/linux-master/lib/
H A Dstackdepot.c381 depot_alloc_stack(unsigned long *entries, unsigned int nr_entries, u32 hash, depot_flags_t flags, void **prealloc)
537 u32 hash, depot_flags_t flags)
587 depot_flags_t depot_flags)
/linux-master/mm/kasan/
H A Dkasan.h397 depot_stack_handle_t kasan_save_stack(gfp_t flags, depot_flags_t depot_flags);
H A Dgeneric.c524 static void __kasan_record_aux_stack(void *addr, depot_flags_t depot_flags)
H A Dcommon.c42 depot_stack_handle_t kasan_save_stack(gfp_t flags, depot_flags_t depot_flags)

Completed in 139 milliseconds