Searched refs:depot_flags (Results 1 – 5 of 5) 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() 637 found = find_stack(bucket, entries, nr_entries, hash, depot_flags); in stack_depot_save_flags() 640 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()
|
H A D | generic.c | 524 static void __kasan_record_aux_stack(void *addr, depot_flags_t depot_flags) in __kasan_record_aux_stack() argument 541 alloc_meta->aux_stack[0] = kasan_save_stack(0, depot_flags); in __kasan_record_aux_stack()
|
H A D | kasan.h | 397 depot_stack_handle_t kasan_save_stack(gfp_t flags, depot_flags_t depot_flags);
|