Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dafs.h175 bool want_more, int ret),
177 TP_ARGS(call, count, offset, want_more, ret),
185 __field(bool, want_more )
195 __entry->want_more = want_more;
203 __entry->want_more, __entry->ret)
/Linux-v4.19/net/rxrpc/
Drecvmsg.c631 bool want_more, u32 *_abort, u16 *_service) in rxrpc_kernel_recv_data() argument
638 iov_iter_count(iter), want_more); in rxrpc_kernel_recv_data()
661 if (!want_more) in rxrpc_kernel_recv_data()
667 if (!want_more) in rxrpc_kernel_recv_data()
/Linux-v4.19/fs/afs/
Drxrpc.c892 bool want_more) in afs_extract_data() argument
902 call->type->name, call->offset, count, want_more); in afs_extract_data()
911 want_more, &remote_abort, in afs_extract_data()
914 trace_afs_recv_data(call, count, call->offset, want_more, ret); in afs_extract_data()
/Linux-v4.19/Documentation/networking/
Drxrpc.txt873 bool want_more,
883 want_more should be true if further data will be required after this is
886 There are three normal returns: 0 if the buffer was filled and want_more
888 emptied and want_more was false; and -EAGAIN if the function needs to be
892 the amount requested, EBADMSG is returned. If want_more wasn't set, but