Searched refs:div (Results 1 – 3 of 3) sorted by relevance
| /fs/jffs2/ |
| A 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/ |
| A D | scrub.c | 1361 u32 div; in scrub_throttle_dev_io() local 1372 div = max_t(u32, 1, (u32)(bwlimit / (16 * 1024 * 1024))); in scrub_throttle_dev_io() 1373 div = min_t(u32, 64, div); in scrub_throttle_dev_io() 1378 sctx->throttle_deadline = ktime_add_ms(now, time_slice / div); in scrub_throttle_dev_io() 1386 if (sctx->throttle_sent <= div_u64(bwlimit, div)) in scrub_throttle_dev_io()
|
| A D | block-group.c | 2863 u64 div = SZ_1G; in calculate_global_root_id() local 2871 div = SZ_128M; in calculate_global_root_id() 2873 offset = div64_u64(offset, div); in calculate_global_root_id()
|
Completed in 17 milliseconds