Searched refs:div (Results 1 – 2 of 2) sorted by relevance
/fs/jffs2/ |
D | compr_rubin.c | 88 static void init_rubin(struct rubin_state *rs, int div, int *bits) in init_rubin() argument 95 rs->bit_divider = div; in init_rubin() 151 static void init_decode(struct rubin_state *rs, int div, int *bits) in init_decode() argument 153 init_rubin(rs, div, bits); in init_decode()
|
/fs/btrfs/ |
D | scrub.c | 2007 u32 div; in scrub_throttle() local 2020 div = max_t(u32, 1, (u32)(bwlimit / (16 * 1024 * 1024))); in scrub_throttle() 2021 div = min_t(u32, 64, div); in scrub_throttle() 2026 sctx->throttle_deadline = ktime_add_ms(now, time_slice / div); in scrub_throttle() 2034 if (sctx->throttle_sent <= div_u64(bwlimit, div)) in scrub_throttle()
|