Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dtrace_functions_graph.c50 int depth_irq; member
904 int *depth_irq; in check_irq_entry() local
916 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_entry()
921 if (*depth_irq >= 0) in check_irq_entry()
931 *depth_irq = depth; in check_irq_entry()
950 int *depth_irq; in check_irq_return() local
962 depth_irq = &(per_cpu_ptr(data->cpu_data, cpu)->depth_irq); in check_irq_return()
967 if (*depth_irq == -1) in check_irq_return()
979 if (*depth_irq >= depth) { in check_irq_return()
980 *depth_irq = -1; in check_irq_return()
[all …]