Home
last modified time | relevance | path

Searched refs:depth_irq (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dtrace_functions_graph.c28 int depth_irq; member
1140 int *depth_irq; in check_irq_entry() local
1154 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()
1159 if (*depth_irq >= 0) in check_irq_entry()
1169 *depth_irq = depth; in check_irq_entry()
1188 int *depth_irq; in check_irq_return() local
1200 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()
1205 if (*depth_irq == -1) in check_irq_return()
1217 if (*depth_irq >= depth) { in check_irq_return()
1218 *depth_irq = -1; in check_irq_return()
[all …]