Home
last modified time | relevance | path

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

/linux-4.19.296/block/
Dbfq-cgroup.c64 if (now > stats->start_group_wait_time) in BFQG_FLAG_FNS()
66 now - stats->start_group_wait_time); in BFQG_FLAG_FNS()
80 stats->start_group_wait_time = ktime_get_ns(); in bfqg_stats_set_start_group_wait_time()
Dbfq-iosched.h794 u64 start_group_wait_time; member
Dcfq-iosched.c213 u64 start_group_wait_time; member
500 if (now > stats->start_group_wait_time) in CFQG_FLAG_FNS()
502 now - stats->start_group_wait_time); in CFQG_FLAG_FNS()
516 stats->start_group_wait_time = ktime_get_ns(); in cfqg_stats_set_start_group_wait_time()