Home
last modified time | relevance | path

Searched refs:usable_segs_per_sec (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c315 unsigned int usable_segs_per_sec = f2fs_usable_segs_in_sec(sbi, segno); in get_cb_cost() local
317 for (i = 0; i < usable_segs_per_sec; i++) in get_cb_cost()
321 mtime = div_u64(mtime, usable_segs_per_sec); in get_cb_cost()
322 vblocks = div_u64(vblocks, usable_segs_per_sec); in get_cb_cost()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c342 unsigned int usable_segs_per_sec = f2fs_usable_segs_in_sec(sbi, segno); in get_cb_cost() local
344 for (i = 0; i < usable_segs_per_sec; i++) in get_cb_cost()
348 mtime = div_u64(mtime, usable_segs_per_sec); in get_cb_cost()
349 vblocks = div_u64(vblocks, usable_segs_per_sec); in get_cb_cost()

Completed in 6 milliseconds