Searched refs:uri_hash_access (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c154 * and can be accessed only after aquiring the uri_hash_access lock (for
159 * uri_hash_access - rwlock for all uri_hash_* variables, READER for read
187 static krwlock_t uri_hash_access; variable
314 rw_init(&uri_hash_access, NULL, RW_DEFAULT, NULL);
349 rw_enter(&uri_hash_access, RW_READER);
393 rw_exit(&uri_hash_access);
407 rw_enter(&uri_hash_access, RW_READER);
432 rw_exit(&uri_hash_access);
531 rw_enter(&uri_hash_access, RW_WRITER);
549 rw_exit(&uri_hash_access);
[all...]

Completed in 59 milliseconds