Searched defs:cur_depth (Results 1 - 2 of 2) sorted by relevance

/external/fio/
H A Dfio.h191 unsigned int cur_depth; member in struct:thread_data
/external/blktrace/
H A Dblkparse.c59 unsigned int cur_depth[2]; member in struct:per_dev_info
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[
[all...]

Completed in 187 milliseconds