psg_len          1345 drivers/target/target_core_sbc.c 		unsigned int psg_len, copied = 0;
psg_len          1348 drivers/target/target_core_sbc.c 		psg_len = min(left, psg->length);
psg_len          1349 drivers/target/target_core_sbc.c 		while (psg_len) {
psg_len          1350 drivers/target/target_core_sbc.c 			len = min(psg_len, sg->length - offset);
psg_len          1361 drivers/target/target_core_sbc.c 			psg_len -= len;