Lines Matching defs:depth
19 unsigned int *depth;22 depth = this_cpu_ptr(&opal_trace_depth);24 if (*depth)36 (*depth)++;38 (*depth)--;43 unsigned int *depth;45 depth = this_cpu_ptr(&opal_trace_depth);47 if (*depth)50 (*depth)++;52 (*depth)--;