Searched refs:want_more (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/net/rxrpc/ |
D | recvmsg.c | 687 bool want_more, u32 *_abort, u16 *_service) in rxrpc_kernel_recv_data() argument 694 *_len, want_more); in rxrpc_kernel_recv_data() 717 if (!want_more) in rxrpc_kernel_recv_data() 723 if (!want_more) in rxrpc_kernel_recv_data()
|
/linux-6.1.9/include/trace/events/ |
D | afs.h | 652 bool want_more, int ret), 654 TP_ARGS(call, iter, want_more, ret), 661 __field(bool, want_more ) 670 __entry->want_more = want_more; 678 __entry->want_more,
|
/linux-6.1.9/fs/afs/ |
D | rxrpc.c | 889 int afs_extract_data(struct afs_call *call, bool want_more) in afs_extract_data() argument 898 call->type->name, call->iov_len, iov_iter_count(iter), want_more); in afs_extract_data() 901 &call->iov_len, want_more, &remote_abort, in afs_extract_data()
|
/linux-6.1.9/Documentation/networking/ |
D | rxrpc.rst | 893 bool want_more, 903 want_more should be true if further data will be required after this is 906 There are three normal returns: 0 if the buffer was filled and want_more 908 emptied and want_more was false; and -EAGAIN if the function needs to be 912 the amount requested, EBADMSG is returned. If want_more wasn't set, but
|