depth_irq          25 kernel/trace/trace_functions_graph.c 	int		depth_irq;
depth_irq         778 kernel/trace/trace_functions_graph.c 	int *depth_irq;
depth_irq         790 kernel/trace/trace_functions_graph.c 	depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq);
depth_irq         795 kernel/trace/trace_functions_graph.c 	if (*depth_irq >= 0)
depth_irq         805 kernel/trace/trace_functions_graph.c 	*depth_irq = depth;
depth_irq         824 kernel/trace/trace_functions_graph.c 	int *depth_irq;
depth_irq         836 kernel/trace/trace_functions_graph.c 	depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq);
depth_irq         841 kernel/trace/trace_functions_graph.c 	if (*depth_irq == -1)
depth_irq         853 kernel/trace/trace_functions_graph.c 	if (*depth_irq >= depth) {
depth_irq         854 kernel/trace/trace_functions_graph.c 		*depth_irq = -1;
depth_irq        1224 kernel/trace/trace_functions_graph.c 		int *depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq);
depth_irq        1229 kernel/trace/trace_functions_graph.c 		*depth_irq = -1;