Searched refs:aux_cnt (Results 1 – 3 of 3) sorted by relevance
66 atomic64_t aux_cnt; member71 atomic64_t aux_cnt[BLKG_RWSTAT_NR]; member511 atomic64_set(&stat->aux_cnt, 0); in blkg_stat_init()549 atomic64_set(&stat->aux_cnt, 0); in blkg_stat_reset()562 atomic64_add(blkg_stat_read(from) + atomic64_read(&from->aux_cnt), in blkg_stat_add_aux()563 &to->aux_cnt); in blkg_stat_add_aux()577 atomic64_set(&rwstat->aux_cnt[i], 0); in blkg_rwstat_init()631 atomic64_set(&result.aux_cnt[i], in blkg_rwstat_read()648 return atomic64_read(&tmp.aux_cnt[BLKG_RWSTAT_READ]) + in blkg_rwstat_total()649 atomic64_read(&tmp.aux_cnt[BLKG_RWSTAT_WRITE]); in blkg_rwstat_total()[all …]
564 (unsigned long long)atomic64_read(&rwstat->aux_cnt[i])); in __blkg_prfill_rwstat()566 v = atomic64_read(&rwstat->aux_cnt[BLKG_RWSTAT_READ]) + in __blkg_prfill_rwstat()567 atomic64_read(&rwstat->aux_cnt[BLKG_RWSTAT_WRITE]); in __blkg_prfill_rwstat()719 sum += blkg_stat_read(stat) + atomic64_read(&stat->aux_cnt); in blkg_stat_recursive_sum()763 atomic64_add(atomic64_read(&rwstat->aux_cnt[i]) + in blkg_rwstat_recursive_sum()765 &sum.aux_cnt[i]); in blkg_rwstat_recursive_sum()880 rbytes = atomic64_read(&rwstat.aux_cnt[BLKG_RWSTAT_READ]); in blkcg_print_stat()881 wbytes = atomic64_read(&rwstat.aux_cnt[BLKG_RWSTAT_WRITE]); in blkcg_print_stat()885 rios = atomic64_read(&rwstat.aux_cnt[BLKG_RWSTAT_READ]); in blkcg_print_stat()886 wios = atomic64_read(&rwstat.aux_cnt[BLKG_RWSTAT_WRITE]); in blkcg_print_stat()
1944 u64 sum = atomic64_read(&tmp.aux_cnt[BLKG_RWSTAT_READ]) + in cfqg_prfill_sectors_recursive()1945 atomic64_read(&tmp.aux_cnt[BLKG_RWSTAT_WRITE]); in cfqg_prfill_sectors_recursive()