Searched refs:depot_flags (Results 1 – 1 of 1) sorted by relevance
/lib/ |
A D | stackdepot.c | 636 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()
|
Completed in 4 milliseconds