Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dtrace_functions_graph.c25 int depth_irq; member
778 int *depth_irq; in check_irq_entry() local
790 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()
795 if (*depth_irq >= 0) in check_irq_entry()
805 *depth_irq = depth; in check_irq_entry()
824 int *depth_irq; in check_irq_return() local
836 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()
841 if (*depth_irq == -1) in check_irq_return()
853 if (*depth_irq >= depth) { in check_irq_return()
854 *depth_irq = -1; in check_irq_return()
[all …]