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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c2091 call_table_t *chtp; local
2156 chtp = &clts_call_ht[hash];
2158 call_table_find(chtp, xid, e);
2169 mutex_exit(&chtp->ct_lock);
2191 mutex_exit(&chtp->ct_lock);
2196 mutex_exit(&chtp->ct_lock);
H A Dclnt_cots.c3166 call_table_t *chtp; local
3206 chtp = &cots_call_ht[hash];
3208 call_table_find(chtp, xid, e);
3222 mutex_exit(&chtp->ct_lock);
3260 mutex_exit(&chtp->ct_lock);
3266 mutex_exit(&chtp->ct_lock);

Completed in 72 milliseconds