Searched defs:svc_poll (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c115 * and svc_run() calls svc_poll() to find new input.
117 * svc_poll().
145 * default 256 nodes). If it overflows svc_poll() has to switch to the
149 * Both the svc_poll() loop and the `xprt-ready' queue are optimized
213 * Defines for svc_poll()
781 * The list is used by svc_poll(), when it operates in `drain'
913 * a hint for svc_poll() which transport has a pending request.
946 * Called from svc_poll() to get a hint which transport has a
952 * However this is ok since svc_poll() will retry again until the
966 * this is safe - if we miss a request here svc_poll()
1842 svc_poll(SVCPOOL *pool, SVCMASTERXPRT *xprt, SVCXPRT *clone_xprt) function
[all...]

Completed in 47 milliseconds