Home
last modified time | relevance | path

Searched refs:xpt_ready (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dsvc_xprt.c204 INIT_LIST_HEAD(&xprt->xpt_ready); in svc_xprt_init()
476 list_add_tail(&xprt->xpt_ready, &pool->sp_sockets); in svc_xprt_enqueue()
496 struct svc_xprt, xpt_ready); in svc_xprt_dequeue()
497 list_del_init(&xprt->xpt_ready); in svc_xprt_dequeue()
1033 WARN_ON_ONCE(!list_empty(&xprt->xpt_ready)); in svc_delete_xprt()
1095 list_for_each_entry_safe(xprt, tmp, &pool->sp_sockets, xpt_ready) { in svc_dequeue_net()
1098 list_del_init(&xprt->xpt_ready); in svc_dequeue_net()
/openbmc/linux/include/linux/sunrpc/
H A Dsvc_xprt.h57 struct list_head xpt_ready; member