Home
last modified time | relevance | path

Searched refs:taillen (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c614 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()
/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Daesp8-ppc.pl1970 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
[all...]
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Daesp8-ppc.pl1970 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
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Drpcrdma.h648 __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
/kernel/linux/linux-6.6/include/trace/events/
H A Drpcrdma.h828 __field(unsigned int, taillen)
842 __entry->taillen = rqst->rq_snd_buf.tail[0].iov_len;
851 __entry->headlen, __entry->pagelen, __entry->taillen,
1382 __field(size_t, taillen)
1391 __entry->taillen = rqst->rq_rcv_buf.tail[0].iov_len;
1396 __entry->headlen, __entry->pagelen, __entry->taillen

Completed in 10 milliseconds