Searched refs:taillen (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/crypto/vmx/ |
| D | aesp8-ppc.pl | 1970 my $taillen = $key2; 2065 andi. $taillen,$len,15 2067 subi $taillen,$taillen,16 2069 and r0,r0,$taillen 2122 and r0,r0,$taillen 2449 my $taillen=$x70; 2561 andi. $taillen,$len,15 2572 sub $len,$len,$taillen 2889 add $inp,$inp,$taillen 2890 cmpwi $taillen,0 [all …]
|
| /Linux-v5.10/net/sunrpc/xprtrdma/ |
| D | svc_rdma_sendto.c | 614 unsigned int taillen; in svc_rdma_pull_up_reply_msg() local 621 taillen = xdr->tail[0].iov_len; in svc_rdma_pull_up_reply_msg() 626 if (taillen && xdrpad) { in svc_rdma_pull_up_reply_msg() 628 taillen -= xdrpad; in svc_rdma_pull_up_reply_msg() 649 if (taillen) in svc_rdma_pull_up_reply_msg() 650 memcpy(dst, tailbase, taillen); in svc_rdma_pull_up_reply_msg()
|
| /Linux-v5.10/include/trace/events/ |
| D | rpcrdma.h | 648 __field(unsigned int, taillen) 662 __entry->taillen = rqst->rq_snd_buf.tail[0].iov_len; 670 __entry->headlen, __entry->pagelen, __entry->taillen, 1145 __field(size_t, taillen) 1154 __entry->taillen = rqst->rq_rcv_buf.tail[0].iov_len; 1159 __entry->headlen, __entry->pagelen, __entry->taillen
|