Searched refs:depot_flags (Results 1 – 3 of 3) sorted by relevance
/linux/lib/ |
H A D | stackdepot.c | 587 depot_flags_t depot_flags) in stack_depot_save_flags() argument 594 bool can_alloc = depot_flags & STACK_DEPOT_FLAG_CAN_ALLOC; in stack_depot_save_flags() 598 if (WARN_ON(depot_flags & ~STACK_DEPOT_FLAGS_MASK)) in stack_depot_save_flags() 618 found = find_stack(bucket, entries, nr_entries, hash, depot_flags); in stack_depot_save_flags() 645 found = find_stack(bucket, entries, nr_entries, hash, depot_flags); in stack_depot_save_flags() 648 depot_alloc_stack(entries, nr_entries, hash, depot_flags, &prealloc); in stack_depot_save_flags()
|
/linux/include/linux/ |
H A D | stackdepot.h | 160 depot_flags_t depot_flags);
|
/linux/mm/kasan/ |
H A D | common.c | 42 depot_stack_handle_t kasan_save_stack(gfp_t flags, depot_flags_t depot_flags) in kasan_save_stack() argument 48 return stack_depot_save_flags(entries, nr_entries, flags, depot_flags); in kasan_save_stack()
|