Lines Matching refs:depth
352 /* First walk up until both entities are at same depth */
353 se_depth = (*se)->depth;
354 pse_depth = (*pse)->depth;
4873 int se_depth = se->depth;
4874 int pse_depth = pse->depth;
7653 * Since the real-depth could have been changed (only FAIR
7654 * class maintain depth value), reset depth properly.
7656 se->depth = se->parent ? se->parent->depth + 1 : 0;
7740 se->depth = se->parent ? se->parent->depth + 1 : 0;
7849 se->depth = 0;
7852 se->depth = parent->depth + 1;