Home
last modified time | relevance | path

Searched refs:start_group_wait_time (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/block/
H A Dbfq-cgroup.c131 if (now > stats->start_group_wait_time) in BFQG_FLAG_FNS()
133 now - stats->start_group_wait_time); in BFQG_FLAG_FNS()
147 stats->start_group_wait_time = ktime_get_ns(); in bfqg_stats_set_start_group_wait_time()
H A Dbfq-iosched.h948 u64 start_group_wait_time; member