Lines Matching refs:depth_irq
25 int depth_irq; member
776 int *depth_irq; in check_irq_entry() local
788 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()
793 if (*depth_irq >= 0) in check_irq_entry()
803 *depth_irq = depth; in check_irq_entry()
822 int *depth_irq; in check_irq_return() local
834 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()
839 if (*depth_irq == -1) in check_irq_return()
851 if (*depth_irq >= depth) { in check_irq_return()
852 *depth_irq = -1; in check_irq_return()
1222 int *depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in graph_trace_open() local
1227 *depth_irq = -1; in graph_trace_open()