Lines Matching defs:more
295 * used as long as it has more or less sane ->read_iter().
353 int more;
358 more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0;
362 more |= MSG_SENDPAGE_NOTLAST;
365 sd->len, &pos, more);
385 * destination. It returns when there's no more buffers left in
388 * pipe needs to be filled with more data, zero if the required
469 * or -errno if no more data needs to be spliced.
546 * This function does little more than loop over the pipe and call
811 int i, flags, more;
854 more = sd->flags & SPLICE_F_MORE;
863 /* Don't try to read more the pipe has space for. */
875 * If more data is pending, set SPLICE_F_MORE
881 else if (!more)
1089 /* Don't try to read more the pipe has space for. */