OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 28 07:09:56 GMT 2025