Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dexit.c815 static inline void kstack_histogram(unsigned long used_stack) in kstack_histogram() argument
818 if (used_stack <= 1024) in kstack_histogram()
821 else if (used_stack <= 2048) in kstack_histogram()
825 else if (used_stack <= 4096) in kstack_histogram()
829 else if (used_stack <= 8192) in kstack_histogram()
833 else if (used_stack <= 16384) in kstack_histogram()
837 else if (used_stack <= 32768) in kstack_histogram()
841 else if (used_stack <= 65536) in kstack_histogram()