HomeSort by relevance Sort by last modified time
    Searched defs:cur_depth (Results 1 - 2 of 2) sorted by null

  /external/fio/
fio.h 196 unsigned int cur_depth; member in struct:thread_data
  /external/blktrace/
blkparse.c 59 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]--;
    [all...]

Completed in 180 milliseconds