HomeSort by: relevance | last modified time | path
    Searched defs:hashstat_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_hash.c 157 static krwlock_t hashstat_lock; variable in typeref:typename:krwlock_t
169 rw_enter(&hashstat_lock, RW_WRITER);
171 rw_exit(&hashstat_lock);
226 rw_enter(&hashstat_lock, RW_READER);
243 rw_exit(&hashstat_lock);
257 rw_init(&hashstat_lock); /* as good a place as any for this */
subr_hash.c 157 static krwlock_t hashstat_lock; variable in typeref:typename:krwlock_t
169 rw_enter(&hashstat_lock, RW_WRITER);
171 rw_exit(&hashstat_lock);
226 rw_enter(&hashstat_lock, RW_READER);
243 rw_exit(&hashstat_lock);
257 rw_init(&hashstat_lock); /* as good a place as any for this */

Completed in 22 milliseconds