OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pvh_global_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/ia64/ia64/
pmap.c
265
static krwlock_t
pvh_global_lock
__attribute__ ((aligned (128)));
variable in typeref:typename:krwlock_t
513
rw_init(&
pvh_global_lock
);
810
KASSERT(rw_write_held(&
pvh_global_lock
));
872
KASSERT(rw_write_held(&
pvh_global_lock
));
940
KASSERT(rw_write_held(&
pvh_global_lock
));
1053
KASSERT(rw_write_held(&
pvh_global_lock
));
1084
KASSERT(rw_write_held(&
pvh_global_lock
));
1681
rw_enter(&
pvh_global_lock
, RW_WRITER);
1701
rw_exit(&
pvh_global_lock
);
1807
rw_exit(&
pvh_global_lock
);
[
all
...]
pmap.c
265
static krwlock_t
pvh_global_lock
__attribute__ ((aligned (128)));
variable in typeref:typename:krwlock_t
513
rw_init(&
pvh_global_lock
);
810
KASSERT(rw_write_held(&
pvh_global_lock
));
872
KASSERT(rw_write_held(&
pvh_global_lock
));
940
KASSERT(rw_write_held(&
pvh_global_lock
));
1053
KASSERT(rw_write_held(&
pvh_global_lock
));
1084
KASSERT(rw_write_held(&
pvh_global_lock
));
1681
rw_enter(&
pvh_global_lock
, RW_WRITER);
1701
rw_exit(&
pvh_global_lock
);
1807
rw_exit(&
pvh_global_lock
);
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025