Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dexit.c801 static inline void kstack_histogram(unsigned long used_stack) in kstack_histogram() argument
804 if (used_stack <= 1024) in kstack_histogram()
807 else if (used_stack <= 2048) in kstack_histogram()
811 else if (used_stack <= 4096) in kstack_histogram()
815 else if (used_stack <= 8192) in kstack_histogram()
819 else if (used_stack <= 16384) in kstack_histogram()
823 else if (used_stack <= 32768) in kstack_histogram()
827 else if (used_stack <= 65536) in kstack_histogram()