Searched refs:clnt_pending_lock (Results 1 – 2 of 2) sorted by relevance
437 extern kmutex_t clnt_pending_lock;2694 mutex_enter(&clnt_pending_lock); in connmgr_connect()2732 mutex_exit(&clnt_pending_lock); in connmgr_connect()2889 mutex_enter(&clnt_pending_lock); in connmgr_getopt_int()2901 mutex_exit(&clnt_pending_lock); in connmgr_getopt_int()2981 mutex_enter(&clnt_pending_lock); in connmgr_setopt_int()2993 mutex_exit(&clnt_pending_lock); in connmgr_setopt_int()3135 mutex_enter(&clnt_pending_lock); in clnt_dispatch_send()3141 mutex_exit(&clnt_pending_lock); in clnt_dispatch_send()3302 mutex_enter(&clnt_pending_lock); in clnt_dispatch_notifyconn()[all …]
47 kmutex_t clnt_pending_lock; /* for list of pending calls awaiting replies */ variable