Home
last modified time | relevance | path

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

/linux/kernel/
H A Dexit.c807 static inline void kstack_histogram(unsigned long used_stack) in kstack_histogram() argument
810 if (used_stack <= 1024) in kstack_histogram()
813 else if (used_stack <= 2048) in kstack_histogram()
817 else if (used_stack <= 4096) in kstack_histogram()
821 else if (used_stack <= 8192) in kstack_histogram()
825 else if (used_stack <= 16384) in kstack_histogram()
829 else if (used_stack <= 32768) in kstack_histogram()
833 else if (used_stack <= 65536) in kstack_histogram()