Searched refs:want_more (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
D | recvmsg.c | 688 bool want_more, u32 *_abort, u16 *_service) in rxrpc_kernel_recv_data() argument 695 iov_iter_count(iter), want_more); in rxrpc_kernel_recv_data() 718 if (!want_more) in rxrpc_kernel_recv_data() 724 if (!want_more) in rxrpc_kernel_recv_data()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | afs.h | 646 bool want_more, int ret), 648 TP_ARGS(call, iter, want_more, ret), 655 __field(bool, want_more ) 664 __entry->want_more = want_more; 672 __entry->want_more,
|
/kernel/linux/linux-5.10/fs/afs/ |
D | rxrpc.c | 924 int afs_extract_data(struct afs_call *call, bool want_more) in afs_extract_data() argument 932 _enter("{%s,%zu},%d", call->type->name, iov_iter_count(iter), want_more); in afs_extract_data() 935 want_more, &remote_abort, in afs_extract_data()
|
/kernel/linux/linux-5.10/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
|