Lines Matching defs:depth
1832 unsigned int *depth;1843 depth = this_cpu_ptr(&hcall_trace_depth);1845 if (*depth)1848 (*depth)++;1851 (*depth)--;1860 unsigned int *depth;1867 depth = this_cpu_ptr(&hcall_trace_depth);1869 if (*depth)1872 (*depth)++;1875 (*depth)--;