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.c25 int depth_irq; member
1101 int *depth_irq; in check_irq_entry() local
1115 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()
1120 if (*depth_irq >= 0) in check_irq_entry()
1130 *depth_irq = depth; in check_irq_entry()
1149 int *depth_irq; in check_irq_return() local
1161 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()
1166 if (*depth_irq == -1) in check_irq_return()
1178 if (*depth_irq >= depth) { in check_irq_return()
1179 *depth_irq = -1; in check_irq_return()
[all …]