Lines Matching refs:depth
463 /* First walk up until both entities are at same depth */
464 se_depth = (*se)->depth;
465 pse_depth = (*pse)->depth;
7531 int se_depth = se->depth;
7532 int pse_depth = pse->depth;
11705 * Since the real-depth could have been changed (only FAIR
11706 * class maintain depth value), reset depth properly.
11708 se->depth = se->parent ? se->parent->depth + 1 : 0;
11816 se->depth = se->parent ? se->parent->depth + 1 : 0;
11974 se->depth = 0;
11977 se->depth = parent->depth + 1;