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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c105 * svc_queuereq() and svc_run().
106 * The kernel RPC server is interrupt driven. The svc_queuereq() interrupt
290 * This allows disabling flow control in svc_queuereq().
912 * Called from the svc_queuereq() interrupt routine to queue
918 * and the caller (svc_queuereq()) must hold the lock.
2518 svc_queuereq(queue_t *q, mblk_t *mp, bool_t flowcontrol) function

Completed in 64 milliseconds