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
1141 int *depth_irq; in check_irq_entry() local
1155 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()
1160 if (*depth_irq >= 0) in check_irq_entry()
1170 *depth_irq = depth; in check_irq_entry()
1189 int *depth_irq; in check_irq_return() local
1201 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()
1206 if (*depth_irq == -1) in check_irq_return()
1218 if (*depth_irq >= depth) { in check_irq_return()
1219 *depth_irq = -1; in check_irq_return()
[all …]