Lines Matching refs:depth_irq
52 int depth_irq; member
980 int *depth_irq; in check_irq_entry() local
992 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()
997 if (*depth_irq >= 0) in check_irq_entry()
1007 *depth_irq = depth; in check_irq_entry()
1026 int *depth_irq; in check_irq_return() local
1038 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()
1043 if (*depth_irq == -1) in check_irq_return()
1055 if (*depth_irq >= depth) { in check_irq_return()
1056 *depth_irq = -1; in check_irq_return()
1420 int *depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in graph_trace_open() local
1425 *depth_irq = -1; in graph_trace_open()