Home
last modified time | relevance | path

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

/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts134 label = "rcw";
/linux/drivers/md/
H A Draid5.c3339 int rcw, int expand) in schedule_reconstruction() argument
3345 if (rcw) { in schedule_reconstruction()
4191 int rmw = 0, rcw = 0, i; in handle_stripe_dirtying() local
4208 rcw = 1; rmw = 2; in handle_stripe_dirtying()
4215 rcw = 1; rmw = 2; in handle_stripe_dirtying()
4239 rcw++; in handle_stripe_dirtying()
4241 rcw += 2*disks; in handle_stripe_dirtying()
4246 (unsigned long long)sh->sector, sh->state, rmw, rcw); in handle_stripe_dirtying()
4248 if ((rmw < rcw || (rmw == rcw && conf->rmw_level == PARITY_PREFER_RMW)) && rmw > 0) { in handle_stripe_dirtying()
4304 if ((rcw < rmw || (rcw == rmw && conf->rmw_level != PARITY_PREFER_RMW)) && rcw > 0) { in handle_stripe_dirtying()
[all …]