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

/netbsd-current/sys/kern/
H A Dsubr_hash.c157 static krwlock_t hashstat_lock; variable
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 */ variable

Completed in 191 milliseconds