Searched refs:clnt_pending_lock (Results 1 – 2 of 2) sorted by relevance
442 extern kmutex_t clnt_pending_lock;2705 mutex_enter(&clnt_pending_lock); in connmgr_connect()2743 mutex_exit(&clnt_pending_lock); in connmgr_connect()2900 mutex_enter(&clnt_pending_lock); in connmgr_getopt_int()2912 mutex_exit(&clnt_pending_lock); in connmgr_getopt_int()2992 mutex_enter(&clnt_pending_lock); in connmgr_setopt_int()3004 mutex_exit(&clnt_pending_lock); in connmgr_setopt_int()3146 mutex_enter(&clnt_pending_lock); in clnt_dispatch_send()3152 mutex_exit(&clnt_pending_lock); in clnt_dispatch_send()3313 mutex_enter(&clnt_pending_lock); in clnt_dispatch_notifyconn()[all …]
47 kmutex_t clnt_pending_lock; /* for list of pending calls awaiting replies */ variable