Searched refs:depot_flags (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/lib/ |
| H A D | stackdepot.c | 587 depot_flags_t depot_flags) in stack_depot_save_flags() argument 595 bool can_alloc = (depot_flags & STACK_DEPOT_FLAG_CAN_ALLOC) && allow_spin; in stack_depot_save_flags() 599 if (WARN_ON(depot_flags & ~STACK_DEPOT_FLAGS_MASK)) in stack_depot_save_flags() 619 found = find_stack(bucket, entries, nr_entries, hash, depot_flags); in stack_depot_save_flags() 646 found = find_stack(bucket, entries, nr_entries, hash, depot_flags); in stack_depot_save_flags() 649 depot_alloc_stack(entries, nr_entries, hash, depot_flags, &prealloc); in stack_depot_save_flags()
|
| /linux-6.15/include/linux/ |
| H A D | stackdepot.h | 160 depot_flags_t depot_flags);
|
| /linux-6.15/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 | kasan.h | 397 depot_stack_handle_t kasan_save_stack(gfp_t flags, depot_flags_t depot_flags);
|