Home
last modified time | relevance | path

Searched refs:this_delay (Results 1 – 1 of 1) sorted by path

/linux/block/
H A Dblk-cgroup.c1854 u64 this_delay; in blkcg_maybe_throttle_blkg() local
1857 this_delay = atomic64_read(&blkg->delay_nsec); in blkcg_maybe_throttle_blkg()
1858 if (this_delay > delay_nsec) { in blkcg_maybe_throttle_blkg()
1859 delay_nsec = this_delay; in blkcg_maybe_throttle_blkg()