]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r260036:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Jan 2014 23:51:12 +0000 (23:51 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 22 Jan 2014 23:51:12 +0000 (23:51 +0000)
commite6636b47d6f31b0f7a0a85d62650c28c5ebb69e8
tree5419eeab7a2baed05f1ecc4daeba3a78189fa04b
parent1adff51778530437d6f58075c43c86d027578b31
MFC r260036:
Introduce xprt_inactive_self()  -- variant for use when sure that port
is assigned to thread.  For example, withing receive handlers.  In that
case the function reduces to single assignment and can avoid locking.

git-svn-id: svn://svn.freebsd.org/base/stable/10@261053 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/rpc/svc.c
sys/rpc/svc.h
sys/rpc/svc_dg.c
sys/rpc/svc_vc.c