Lines Matching refs:try_to_copy
975 struct sk_msg *msg_pl, size_t try_to_copy,
985 try_to_copy, 1, 0, &off);
999 try_to_copy -= part;
1000 } while (try_to_copy && !sk_msg_full(msg_pl));
1016 size_t try_to_copy;
1061 try_to_copy = msg_data_left(msg);
1063 if (try_to_copy >= record_room) {
1064 try_to_copy = record_room;
1068 required_size = msg_pl->sg.size + try_to_copy +
1080 /* Adjust try_to_copy according to the amount that was
1084 try_to_copy -= required_size - msg_en->sg.size;
1088 if (try_to_copy && (msg->msg_flags & MSG_SPLICE_PAGES)) {
1090 try_to_copy, &copied);
1107 msg_pl, try_to_copy);
1112 copied += try_to_copy;
1130 copied -= try_to_copy;
1138 required_size = msg_pl->sg.size + try_to_copy;
1145 /* Adjust try_to_copy according to the amount that was
1149 try_to_copy -= required_size - msg_pl->sg.size;
1155 if (try_to_copy) {
1157 msg_pl, try_to_copy);
1166 copied += try_to_copy;