Home
last modified time | relevance | path

Searched refs:sp_sockets (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dsvc_xprt.c476 list_add_tail(&xprt->xpt_ready, &pool->sp_sockets); in svc_xprt_enqueue()
490 if (list_empty(&pool->sp_sockets)) in svc_xprt_dequeue()
494 if (likely(!list_empty(&pool->sp_sockets))) { in svc_xprt_dequeue()
495 xprt = list_first_entry(&pool->sp_sockets, in svc_xprt_dequeue()
710 if (!list_empty(&pool->sp_sockets)) in rqst_should_sleep()
1095 list_for_each_entry_safe(xprt, tmp, &pool->sp_sockets, xpt_ready) { in svc_dequeue_net()
H A Dsvc.c512 INIT_LIST_HEAD(&pool->sp_sockets); in __svc_create()
/openbmc/linux/include/linux/sunrpc/
H A Dsvc.h37 struct list_head sp_sockets; /* pending sockets */ member