Searched refs:ftape_function_nest_level (Results 1 – 3 of 3) sorted by relevance
46 int ftape_function_nest_level; variable60 if (ftape_function_nest_level < 0) { in ftape_trace_call()62 ftape_function_nest_level); in ftape_trace_call()63 ftape_function_nest_level = 0; in ftape_trace_call()65 if (ftape_function_nest_level < sizeof(spacing)) { in ftape_trace_call()68 ftape_function_nest_level); in ftape_trace_call()83 if (ftape_function_nest_level < 0) { in ftape_trace_exit()84 printk(KERN_INFO "function nest level (%d) < 0\n", ftape_function_nest_level); in ftape_trace_exit()85 ftape_function_nest_level = 0; in ftape_trace_exit()87 if (ftape_function_nest_level < sizeof(spacing)) { in ftape_trace_exit()[all …]
88 #define TRACE_FUN(level) ftape_function_nest_level++89 #define TRACE_EXIT ftape_function_nest_level--; return102 ftape_function_nest_level ++;105 --ftape_function_nest_level; \137 extern int ftape_function_nest_level;
94 FT_KSYM(ftape_function_nest_level)