Lines Matching defs:more
388 * more data. clear SOCK_NOSPACE so that ceph_sock_write_space()
539 * write something. @more is true if caller will be sending more data
543 size_t kvlen, size_t len, bool more)
548 if (more)
560 * @more: either or both of MSG_MORE and MSG_SENDPAGE_NOTLAST
563 int offset, size_t size, int more)
567 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more;
847 return false; /* no more data */
852 return false; /* more bytes to process in this segment */
908 return false; /* no more data */
913 return false; /* more bytes to process in this segment */
979 return false; /* more bytes to process in the current page */
982 return false; /* no more data */
1067 return false; /* more bytes to process in the current page */
1070 return false; /* no more data */
1358 con->out_more = 1; /* more will follow.. eventually.. */
1493 * 0 -> socket full, but more to do
1549 * 0 -> socket full, but more to do
1557 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST;
1587 more = MSG_MORE;
1589 more);
1619 int more = MSG_MORE | MSG_SENDPAGE_NOTLAST;
1627 more = MSG_MORE;
1628 ret = ceph_tcp_sendpage(con->sock, zero_page, 0, size, more);
2591 more:
2617 goto more; /* we need to send the footer, too! */
2631 goto more;
2636 goto more;
2640 goto more;
2660 more:
2705 goto more;
2720 goto more;
2765 goto more;
2769 goto more;
2781 goto more;
2787 goto more;