Searched refs:MAX_STACK (Results 1 – 4 of 4) sorted by relevance
53 #define MAX_STACK 8 macro59 static const char *funcs[MAX_STACK] = { in unwind_entry()74 MAX_STACK - *cnt - 1 : *cnt; in unwind_entry()76 if (*cnt >= MAX_STACK) { in unwind_entry()77 pr_debug("failed: crossed the max stack value %d\n", MAX_STACK); in unwind_entry()107 &sample, MAX_STACK); in test_dwarf_unwind__thread()110 else if (cnt != MAX_STACK) { in test_dwarf_unwind__thread()112 cnt, MAX_STACK); in test_dwarf_unwind__thread()
36 #define MAX_STACK 10 macro38 typedef unsigned long stack_entries[MAX_STACK];85 t->max_entries = MAX_STACK; in __add_holder()
152 #define MAX_STACK 10 macro154 unsigned long stack_entries[MAX_STACK];236 b->stack_trace.max_entries = MAX_STACK; in buffer_record_stack()
1163 ADD_CONFIG_TERM(MAX_STACK, max_stack, term->val.num); in get_config_terms()