Home
last modified time | relevance | path

Searched refs:time (Results 1 – 8 of 8) sorted by relevance

/block/
Dblk-stat.h85 static inline u64 __blk_stat_time(u64 time) in __blk_stat_time() argument
87 return time & BLK_STAT_TIME_MASK; in __blk_stat_time()
Dbfq-cgroup.c272 blkg_stat_reset(&stats->time); in bfqg_stats_reset()
291 blkg_stat_add_aux(&from->time, &from->time); in bfqg_stats_add_aux()
349 blkg_stat_exit(&stats->time); in bfqg_stats_exit()
364 blkg_stat_init(&stats->time, gfp) || in bfqg_stats_init()
1038 .private = offsetof(struct bfq_group, stats.time),
1079 .private = offsetof(struct bfq_group, stats.time),
Dblk.h346 extern void blk_throtl_stat_add(struct request *rq, u64 time);
349 static inline void blk_throtl_stat_add(struct request *rq, u64 time) { } in blk_throtl_stat_add() argument
Dcfq-iosched.c196 struct blkg_stat time; member
685 uint64_t time, unsigned long unaccounted_time) in cfqg_stats_update_timeslice_used() argument
687 blkg_stat_add(&cfqg->stats.time, time); in cfqg_stats_update_timeslice_used()
726 blkg_stat_reset(&stats->time); in cfqg_stats_reset()
745 blkg_stat_add_aux(&from->time, &from->time); in cfqg_stats_add_aux()
796 uint64_t time, unsigned long unaccounted_time) { } in cfqg_stats_update_timeslice_used() argument
1547 blkg_stat_exit(&stats->time); in cfqg_stats_exit()
1565 blkg_stat_init(&stats->time, gfp)) in cfqg_stats_init()
2091 .private = offsetof(struct cfq_group, stats.time),
2132 .private = offsetof(struct cfq_group, stats.time),
DKconfig.iosched91 real-time applications. Details in
Dblk-throttle.c1794 unsigned long time; in throtl_tg_is_idle() local
1797 time = min_t(unsigned long, MAX_IDLE_TIME, 4 * tg->idletime_threshold); in throtl_tg_is_idle()
1800 (ktime_get_ns() >> 10) - tg->last_finish_time > time || in throtl_tg_is_idle()
2237 int op, unsigned long time) in throtl_track_latency() argument
2249 latency[index].total_latency += time; in throtl_track_latency()
Dbfq-iosched.h702 struct blkg_stat time; member
/block/partitions/
DKconfig68 Once upon a time, there was a native Unix port for the Acorn series