Searched refs:rcw (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.c | 3292 int rcw, int expand) in schedule_reconstruction() 3298 if (rcw) { in schedule_reconstruction() 3301 * run rmw and allocates extra page for prexor. However, rcw is in schedule_reconstruction() 4080 int rmw = 0, rcw = 0, i; in handle_stripe_dirtying() local 4093 /* Calculate the real rcw later - for now make it in handle_stripe_dirtying() 4094 * look like rcw is cheaper in handle_stripe_dirtying() 4096 rcw = 1; rmw = 2; in handle_stripe_dirtying() 4121 rcw++; in handle_stripe_dirtying() 4123 rcw += 2*disks; in handle_stripe_dirtying() 4127 pr_debug("for sector %llu state 0x%lx, rmw=%d rcw in handle_stripe_dirtying() 3291 schedule_reconstruction(struct stripe_head *sh, struct stripe_head_state *s, int rcw, int expand) schedule_reconstruction() argument [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.c | 3380 int rcw, int expand) in schedule_reconstruction() 3386 if (rcw) { in schedule_reconstruction() 3389 * run rmw and allocates extra page for prexor. However, rcw is in schedule_reconstruction() 4192 int rmw = 0, rcw = 0, i; in handle_stripe_dirtying() local 4205 /* Calculate the real rcw later - for now make it in handle_stripe_dirtying() 4206 * look like rcw is cheaper in handle_stripe_dirtying() 4208 rcw = 1; rmw = 2; in handle_stripe_dirtying() 4233 rcw++; in handle_stripe_dirtying() 4235 rcw += 2*disks; in handle_stripe_dirtying() 4239 pr_debug("for sector %llu state 0x%lx, rmw=%d rcw in handle_stripe_dirtying() 3379 schedule_reconstruction(struct stripe_head *sh, struct stripe_head_state *s, int rcw, int expand) schedule_reconstruction() argument [all...] |
Completed in 17 milliseconds