Home
last modified time | relevance | path

Searched refs:total (Results 1 – 4 of 4) sorted by relevance

/block/
Dblk-iolatency.c122 u64 total; member
196 stat->ps.total = 0; in latency_stat_init()
207 sum->ps.total += stat->ps.total; in latency_stat_sum()
220 stat->ps.total++; in latency_stat_record_time()
230 u64 thresh = div64_u64(stat->ps.total, 10); in latency_sum_ok()
241 return stat->ps.total; in latency_stat_samples()
906 (unsigned long long)stat.ps.total); in iolatency_ssd_stat()
909 (unsigned long long)stat.ps.total, in iolatency_ssd_stat()
Dblk-merge.c403 unsigned nsegs = 0, total = 0; in blk_bvec_map_sg() local
406 unsigned offset = bvec->bv_offset + total; in blk_bvec_map_sg()
424 total += len; in blk_bvec_map_sg()
Dsed-opal.c852 int total; in response_parse() local
885 total = slen; in response_parse()
886 print_buffer(pos, total); in response_parse()
887 while (total > 0) { in response_parse()
903 total -= token_length; in response_parse()
Dblk-cgroup.c527 u64 total = 0; in blkcg_print_blkgs() local
533 total += prfill(sf, blkg->pd[pol->plid], data); in blkcg_print_blkgs()
539 seq_printf(sf, "Total %llu\n", (unsigned long long)total); in blkcg_print_blkgs()