Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/fs/afs/
H A Drxrpc.c901 int afs_extract_data(struct afs_call *call, bool want_more) in afs_extract_data() argument
910 call->type->name, call->iov_len, iov_iter_count(iter), want_more); in afs_extract_data()
913 &call->iov_len, want_more, &remote_abort, in afs_extract_data()
915 trace_afs_receive_data(call, call->iter, want_more, ret); in afs_extract_data()
/openbmc/linux/include/trace/events/
H A Dafs.h480 bool want_more, int ret),
482 TP_ARGS(call, iter, want_more, ret),
489 __field(bool, want_more )
498 __entry->want_more = want_more;
506 __entry->want_more,
/openbmc/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