Searched refs:clnt_pending_lock (Results 1 – 2 of 2) sorted by relevance
444 extern kmutex_t clnt_pending_lock;2703 mutex_enter(&clnt_pending_lock); in connmgr_connect()2741 mutex_exit(&clnt_pending_lock); in connmgr_connect()2898 mutex_enter(&clnt_pending_lock); in connmgr_getopt_int()2910 mutex_exit(&clnt_pending_lock); in connmgr_getopt_int()2990 mutex_enter(&clnt_pending_lock); in connmgr_setopt_int()3002 mutex_exit(&clnt_pending_lock); in connmgr_setopt_int()3144 mutex_enter(&clnt_pending_lock); in clnt_dispatch_send()3150 mutex_exit(&clnt_pending_lock); in clnt_dispatch_send()3311 mutex_enter(&clnt_pending_lock); in clnt_dispatch_notifyconn()[all …]
45 kmutex_t clnt_pending_lock; /* for list of pending calls awaiting replies */ variable