Searched refs:want_more (Results 1 – 5 of 5) sorted by relevance
/linux/net/rxrpc/ |
H A D | recvmsg.c | 578 * @want_more: True if more data is expected to be read 594 bool want_more, u32 *_abort, u16 *_service) in rxrpc_kernel_recv_data() argument 599 _enter("{%d},%zu,%d", call->debug_id, *_len, want_more); in rxrpc_kernel_recv_data() 617 if (!want_more) in rxrpc_kernel_recv_data() 623 if (!want_more) in rxrpc_kernel_recv_data()
|
H A D | rxperf.c | 359 static int rxperf_extract_data(struct rxperf_call *call, bool want_more) in rxperf_extract_data() argument 365 &call->iov_len, want_more, &remote_abort, in rxperf_extract_data() 368 iov_iter_count(&call->iter), call->iov_len, want_more, ret); in rxperf_extract_data()
|
/linux/fs/afs/ |
H A D | rxrpc.c | 926 int afs_extract_data(struct afs_call *call, bool want_more) in afs_extract_data() argument 935 call->type->name, call->iov_len, iov_iter_count(iter), want_more); in afs_extract_data() 938 &call->iov_len, want_more, &remote_abort, in afs_extract_data() 940 trace_afs_receive_data(call, call->iter, want_more, ret); in afs_extract_data()
|
/linux/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/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
|