Home
last modified time | relevance | path

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

/linux/lib/
H A Dstackdepot.c636 depot_flags_t depot_flags) in stack_depot_save_flags() argument
644 bool can_alloc = (depot_flags & STACK_DEPOT_FLAG_CAN_ALLOC) && allow_spin; in stack_depot_save_flags()
648 if (WARN_ON(depot_flags & ~STACK_DEPOT_FLAGS_MASK)) in stack_depot_save_flags()
668 found = find_stack(bucket, entries, nr_entries, hash, depot_flags); in stack_depot_save_flags()
695 found = find_stack(bucket, entries, nr_entries, hash, depot_flags); in stack_depot_save_flags()
698 depot_alloc_stack(entries, nr_entries, hash, depot_flags, &prealloc); in stack_depot_save_flags()
/linux/include/linux/
H A Dstackdepot.h160 depot_flags_t depot_flags);
/linux/mm/kasan/
H A Dcommon.c52 depot_stack_handle_t kasan_save_stack(gfp_t flags, depot_flags_t depot_flags) in kasan_save_stack() argument
58 return stack_depot_save_flags(entries, nr_entries, flags, depot_flags); in kasan_save_stack()
H A Dkasan.h397 depot_stack_handle_t kasan_save_stack(gfp_t flags, depot_flags_t depot_flags);