Home
last modified time | relevance | path

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

/Linux-v5.4/net/rxrpc/
Drecvmsg.c643 bool want_more, u32 *_abort, u16 *_service) in rxrpc_kernel_recv_data() argument
650 iov_iter_count(iter), want_more); in rxrpc_kernel_recv_data()
673 if (!want_more) in rxrpc_kernel_recv_data()
679 if (!want_more) in rxrpc_kernel_recv_data()
/Linux-v5.4/include/trace/events/
Dafs.h465 bool want_more, int ret),
467 TP_ARGS(call, iter, want_more, ret),
474 __field(bool, want_more )
483 __entry->want_more = want_more;
491 __entry->want_more,
/Linux-v5.4/fs/afs/
Drxrpc.c975 int afs_extract_data(struct afs_call *call, bool want_more) in afs_extract_data() argument
983 _enter("{%s,%zu},%d", call->type->name, iov_iter_count(iter), want_more); in afs_extract_data()
986 want_more, &remote_abort, in afs_extract_data()
/Linux-v5.4/Documentation/networking/
Drxrpc.txt882 bool want_more,
892 want_more should be true if further data will be required after this is
895 There are three normal returns: 0 if the buffer was filled and want_more
897 emptied and want_more was false; and -EAGAIN if the function needs to be
901 the amount requested, EBADMSG is returned. If want_more wasn't set, but