Searched refs:this_delay (Results 1 – 1 of 1) sorted by relevance
1671 u64 this_delay; in blkcg_maybe_throttle_blkg() local1674 this_delay = atomic64_read(&blkg->delay_nsec); in blkcg_maybe_throttle_blkg()1675 if (this_delay > delay_nsec) { in blkcg_maybe_throttle_blkg()1676 delay_nsec = this_delay; in blkcg_maybe_throttle_blkg()