Home
last modified time | relevance | path

Searched refs:entire_rwlp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c163 rwlock_t entire_rwlp; variable
249 if ((rwlock_init(&entire_rwlp, USYNC_THREAD, 0) != 0) || in main()
697 (void) rw_wrlock(&entire_rwlp); in nss_get_rh()
707 (void) rw_unlock(&entire_rwlp); in nss_get_rh()
744 (void) rw_wrlock(&entire_rwlp); in nss_get_rh()
754 (void) rw_unlock(&entire_rwlp); in nss_get_rh()
1293 (void) rw_rdlock(&entire_rwlp); in update_cache_table()
1325 (void) rw_unlock(&entire_rwlp); in update_cache_table()