Searched refs:this_delay (Results 1 – 1 of 1) sorted by relevance
1647 u64 this_delay; in blkcg_maybe_throttle_blkg() local1650 this_delay = atomic64_read(&blkg->delay_nsec); in blkcg_maybe_throttle_blkg()1651 if (this_delay > delay_nsec) { in blkcg_maybe_throttle_blkg()1652 delay_nsec = this_delay; in blkcg_maybe_throttle_blkg()