Lines Matching refs:depth_irq
50 int depth_irq; member
904 int *depth_irq; in check_irq_entry() local
916 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()
921 if (*depth_irq >= 0) in check_irq_entry()
931 *depth_irq = depth; in check_irq_entry()
950 int *depth_irq; in check_irq_return() local
962 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()
967 if (*depth_irq == -1) in check_irq_return()
979 if (*depth_irq >= depth) { in check_irq_return()
980 *depth_irq = -1; in check_irq_return()
1338 int *depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in graph_trace_open() local
1343 *depth_irq = -1; in graph_trace_open()