Searched refs:want_more (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/rxrpc/ |
| H A D | recvmsg.c | 491 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 D | rxperf.c | 354 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-6.15/fs/afs/ |
| H A D | rxrpc.c | 904 int afs_extract_data(struct afs_call *call, bool want_more) in afs_extract_data() argument 913 call->type->name, call->iov_len, iov_iter_count(iter), want_more); in afs_extract_data() 916 &call->iov_len, want_more, &remote_abort, in afs_extract_data() 918 trace_afs_receive_data(call, call->iter, want_more, ret); in afs_extract_data()
|
| /linux-6.15/include/trace/events/ |
| H A D | afs.h | 604 bool want_more, int ret), 606 TP_ARGS(call, iter, want_more, ret), 613 __field(bool, want_more) 622 __entry->want_more = want_more; 630 __entry->want_more,
|
| /linux-6.15/Documentation/networking/ |
| H A D | rxrpc.rst | 900 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
|