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 160 static krwlock_t hashstat_lock; variable
172 rw_enter(&hashstat_lock, RW_WRITER);
174 rw_exit(&hashstat_lock);
229 rw_enter(&hashstat_lock, RW_READER);
246 rw_exit(&hashstat_lock);
260 rw_init(&hashstat_lock); /* as good a place as any for this */ variable
subr_hash.c 160 static krwlock_t hashstat_lock; variable
172 rw_enter(&hashstat_lock, RW_WRITER);
174 rw_exit(&hashstat_lock);
229 rw_enter(&hashstat_lock, RW_READER);
246 rw_exit(&hashstat_lock);
260 rw_init(&hashstat_lock); /* as good a place as any for this */ variable

Completed in 24 milliseconds