Lines Matching defs:depth
20 unsigned int *depth;23 depth = this_cpu_ptr(&opal_trace_depth);25 if (*depth)37 (*depth)++;39 (*depth)--;44 unsigned int *depth;46 depth = this_cpu_ptr(&opal_trace_depth);48 if (*depth)51 (*depth)++;53 (*depth)--;