Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-throttle.c539 unsigned long jiffy_end) in throtl_set_slice_end() argument
541 tg->slice_end[rw] = roundup(jiffy_end, DFL_THROTL_SLICE); in throtl_set_slice_end()
545 unsigned long jiffy_end) in throtl_extend_slice() argument
547 if (!time_before(tg->slice_end[rw], jiffy_end)) in throtl_extend_slice()
550 throtl_set_slice_end(tg, rw, jiffy_end); in throtl_extend_slice()