函数源码 |
Source File:block\blk-stat.c |
Create Date:2022-07-27 18:48:35 |
首页 | Copyright©Brick |
20 21 22 23 24 25 | void blk_rq_stat_init( struct blk_rq_stat *stat) { stat->min = -1ULL; stat->max = stat->nr_samples = stat->mean = 0; stat->batch = 0; } |