Searched refs:depth_irq (Results 1 – 1 of 1) sorted by relevance
25 int depth_irq; member1105 int *depth_irq; in check_irq_entry() local1119 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()1124 if (*depth_irq >= 0) in check_irq_entry()1134 *depth_irq = depth; in check_irq_entry()1153 int *depth_irq; in check_irq_return() local1165 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()1170 if (*depth_irq == -1) in check_irq_return()1183 *depth_irq = -1; in check_irq_return()1588 int *depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in graph_trace_open() local[all …]