Home
last modified time | relevance | path

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

/linux/kernel/
H A Dexit.c839 static inline void kstack_histogram(unsigned long used_stack) in kstack_histogram() argument
842 if (used_stack <= 1024) in kstack_histogram()
845 else if (used_stack <= 2048) in kstack_histogram()
849 else if (used_stack <= 4096) in kstack_histogram()
853 else if (used_stack <= 8192) in kstack_histogram()
857 else if (used_stack <= 16384) in kstack_histogram()
861 else if (used_stack <= 32768) in kstack_histogram()
865 else if (used_stack <= 65536) in kstack_histogram()