Home
last modified time | relevance | path

Searched refs:want_more (Results 1 – 4 of 4) sorted by relevance

/linux/net/rxrpc/
H A Drecvmsg.c491 bool want_more, u32 *_abort, u16 *_service) in rxrpc_kernel_recv_data() argument
496 _enter("{%d},%zu,%d", call->debug_id, *_len, want_more); in rxrpc_kernel_recv_data()
514 if (!want_more) in rxrpc_kernel_recv_data()
520 if (!want_more) in rxrpc_kernel_recv_data()
H A Drxperf.c354 static int rxperf_extract_data(struct rxperf_call *call, bool want_more) in rxperf_extract_data() argument
360 &call->iov_len, want_more, &remote_abort, in rxperf_extract_data()
363 iov_iter_count(&call->iter), call->iov_len, want_more, ret); in rxperf_extract_data()
/linux/include/trace/events/
H A Dafs.h543 bool want_more, int ret),
545 TP_ARGS(call, iter, want_more, ret),
552 __field(bool, want_more)
561 __entry->want_more = want_more;
569 __entry->want_more,
/linux/Documentation/networking/
H A Drxrpc.rst900 bool want_more,
910 want_more should be true if further data will be required after this is
913 There are three normal returns: 0 if the buffer was filled and want_more
915 emptied and want_more was false; and -EAGAIN if the function needs to be
919 the amount requested, EBADMSG is returned. If want_more wasn't set, but