Searched refs:this_delay (Results 1 – 1 of 1) sorted by relevance
1903 u64 this_delay; in blkcg_maybe_throttle_blkg() local1906 this_delay = atomic64_read(&blkg->delay_nsec); in blkcg_maybe_throttle_blkg()1907 if (this_delay > delay_nsec) { in blkcg_maybe_throttle_blkg()1908 delay_nsec = this_delay; in blkcg_maybe_throttle_blkg()