OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Feb 21 08:20:20 UTC 2026