Searched refs:BLKIO_STAT_TOTAL (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-cgroup.h58 BLKIO_STAT_TOTAL enumerator in enum:stat_sub_type
80 uint64_t stat_arr[BLKIO_STAT_QUEUED + 1][BLKIO_STAT_TOTAL];
H A Dblk-cgroup.c463 uint64_t queued[BLKIO_STAT_TOTAL];
480 for (i = 0; i < BLKIO_STAT_TOTAL; i++)
483 for (i = 0; i < BLKIO_STAT_TOTAL; i++)
530 case BLKIO_STAT_TOTAL:
584 for (sub_type = BLKIO_STAT_READ; sub_type < BLKIO_STAT_TOTAL;
591 blkio_get_key_name(BLKIO_STAT_TOTAL, dev, key_str, MAX_KEY_LEN, false);

Completed in 90 milliseconds