Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsvc_xprt.c450 list_add_tail(&xprt->xpt_ready, &pool->sp_sockets); in svc_xprt_do_enqueue()
493 if (list_empty(&pool->sp_sockets)) in svc_xprt_dequeue()
497 if (likely(!list_empty(&pool->sp_sockets))) { in svc_xprt_dequeue()
498 xprt = list_first_entry(&pool->sp_sockets, in svc_xprt_dequeue()
718 if (!list_empty(&pool->sp_sockets)) in rqst_should_sleep()
1109 list_for_each_entry_safe(xprt, tmp, &pool->sp_sockets, xpt_ready) { in svc_dequeue_net()
A Dsvc.c482 INIT_LIST_HEAD(&pool->sp_sockets); in __svc_create()
/linux/include/linux/sunrpc/
A Dsvc.h45 struct list_head sp_sockets; /* pending sockets */ member

Completed in 10 milliseconds