depot_flags_t
depot_flags_t depot_flags);
#define STACK_DEPOT_FLAG_CAN_ALLOC ((depot_flags_t)0x0001)
#define STACK_DEPOT_FLAG_GET ((depot_flags_t)0x0002)
#define STACK_DEPOT_FLAGS_MASK ((depot_flags_t)((1 << STACK_DEPOT_FLAGS_NUM) - 1))
depot_alloc_stack(unsigned long *entries, unsigned int nr_entries, u32 hash, depot_flags_t flags, void **prealloc)
u32 hash, depot_flags_t flags)
depot_flags_t depot_flags)
depot_stack_handle_t kasan_save_stack(gfp_t flags, depot_flags_t depot_flags)
depot_stack_handle_t kasan_save_stack(gfp_t flags, depot_flags_t depot_flags);