HomeSort by relevance Sort by last modified time
    Searched refs:INC_STAT (Results 1 - 3 of 3) sorted by null

  /external/blktrace/btt/
iostat.c 25 #define INC_STAT(dip, fld) \
245 INC_STAT(iop->dip, cur_qusz);
250 INC_STAT(iop->dip, rqm[IOP_RW(iop)]);
259 INC_STAT(dip, ios[rw]);
263 INC_STAT(dip, cur_dev);
  /external/e2fsprogs/lib/ext2fs/
gen_bitmap64.c 83 #define INC_STAT(map, name) map->stats.name
85 #define INC_STAT(map, name) ;;
356 INC_STAT(bmap, resize_count);
483 INC_STAT(bitmap, unmark_count);
550 INC_STAT(bmap, set_range_count);
575 INC_STAT(bmap, get_range_count);
650 INC_STAT(bmap, test_ext_count);
688 INC_STAT(bmap, mark_ext_count);
726 INC_STAT(bmap, unmark_ext_count);
  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 14 #define INC_STAT(x) phase_->x++
16 #define INC_STAT(x)
374 INC_STAT(redundant_);
389 INC_STAT(removed_);
397 INC_STAT(empty_);
435 INC_STAT(narrowed_);
483 INC_STAT(removed_cit_);
514 INC_STAT(loads_);
522 INC_STAT(removed_cho_);
566 INC_STAT(compares_true_)
    [all...]

Completed in 308 milliseconds