Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_functions_graph.c52 int depth_irq; member
980 int *depth_irq; in check_irq_entry() local
992 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()
997 if (*depth_irq >= 0) in check_irq_entry()
1007 *depth_irq = depth; in check_irq_entry()
1026 int *depth_irq; in check_irq_return() local
1038 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()
1043 if (*depth_irq == -1) in check_irq_return()
1055 if (*depth_irq >= depth) { in check_irq_return()
1056 *depth_irq = -1; in check_irq_return()
[all …]