Home
last modified time | relevance | path

Searched hist:"8 e24e191" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/trace/events/
H A Drpcrdma.h8e24e191 Mon Nov 09 13:40:08 CST 2020 Chuck Lever <chuck.lever@oracle.com> xprtrdma: Trace unmap_sync calls

->buf_free is called nearly once per RPC. Only rarely does
xprt_rdma_free() have to do anything, thus tracing every one of
these calls seems unnecessary. Instead, just throw a trace event
when that one occasional RPC still has MRs that need to be
released.

xprt_rdma_free() is further micro-optimized to reduce the amount of
work done in the common case.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dtransport.c8e24e191 Mon Nov 09 13:40:08 CST 2020 Chuck Lever <chuck.lever@oracle.com> xprtrdma: Trace unmap_sync calls

->buf_free is called nearly once per RPC. Only rarely does
xprt_rdma_free() have to do anything, thus tracing every one of
these calls seems unnecessary. Instead, just throw a trace event
when that one occasional RPC still has MRs that need to be
released.

xprt_rdma_free() is further micro-optimized to reduce the amount of
work done in the common case.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>