Home
last modified time | relevance | path

Searched refs:listen_rdma (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c368 struct svcxprt_rdma *listen_rdma; in svc_rdma_accept() local
378 listen_rdma = container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_accept()
381 spin_lock(&listen_rdma->sc_lock); in svc_rdma_accept()
382 if (!list_empty(&listen_rdma->sc_accept_q)) { in svc_rdma_accept()
383 newxprt = list_entry(listen_rdma->sc_accept_q.next, in svc_rdma_accept()
387 if (!list_empty(&listen_rdma->sc_accept_q)) in svc_rdma_accept()
388 set_bit(XPT_CONN, &listen_rdma->sc_xprt.xpt_flags); in svc_rdma_accept()
389 spin_unlock(&listen_rdma->sc_lock); in svc_rdma_accept()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c366 struct svcxprt_rdma *listen_rdma; in svc_rdma_accept() local
376 listen_rdma = container_of(xprt, struct svcxprt_rdma, sc_xprt); in svc_rdma_accept()
379 spin_lock(&listen_rdma->sc_lock); in svc_rdma_accept()
380 if (!list_empty(&listen_rdma->sc_accept_q)) { in svc_rdma_accept()
381 newxprt = list_entry(listen_rdma->sc_accept_q.next, in svc_rdma_accept()
385 if (!list_empty(&listen_rdma->sc_accept_q)) in svc_rdma_accept()
386 set_bit(XPT_CONN, &listen_rdma->sc_xprt.xpt_flags); in svc_rdma_accept()
387 spin_unlock(&listen_rdma->sc_lock); in svc_rdma_accept()

Completed in 2 milliseconds