Home | History | Annotate | Download | only in blktrace

Lines Matching refs:cur_depth

59 	unsigned int cur_depth[2];
1494 if (pdi->cur_depth[w])
1495 pdi->cur_depth[w]--;
1501 pdi->cur_depth[w]++;
1502 if (pdi->cur_depth[w] > pdi->max_depth[w])
1503 pdi->max_depth[w] = pdi->cur_depth[w];
1507 if (pdi->cur_depth[w])
1508 pdi->cur_depth[w]--;
1556 if (pdi->cur_depth[w])
1557 pdi->cur_depth[w]--;
1563 pdi->cur_depth[w]++;
1564 if (pdi->cur_depth[w] > pdi->max_depth[w])
1565 pdi->max_depth[w] = pdi->cur_depth[w];
1569 if (pdi->cur_depth[w])
1570 pdi->cur_depth[w]--;