OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctx_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/sparc/
pmap.c
384
static kmutex_t
ctx_lock
; /* lock for below, and {,de}activate */
variable in typeref:typename:kmutex_t
2141
KASSERT(mutex_owned(&
ctx_lock
));
2313
KASSERT(mutex_owned(&
ctx_lock
));
3069
mutex_init(&
ctx_lock
, MUTEX_DEFAULT, IPL_SCHED);
4396
mutex_spin_enter(&
ctx_lock
);
4398
mutex_spin_exit(&
ctx_lock
);
7457
mutex_spin_enter(&
ctx_lock
);
7464
mutex_spin_exit(&
ctx_lock
);
7481
mutex_spin_enter(&
ctx_lock
);
7493
mutex_spin_exit(&
ctx_lock
);
[
all
...]
pmap.c
384
static kmutex_t
ctx_lock
; /* lock for below, and {,de}activate */
variable in typeref:typename:kmutex_t
2141
KASSERT(mutex_owned(&
ctx_lock
));
2313
KASSERT(mutex_owned(&
ctx_lock
));
3069
mutex_init(&
ctx_lock
, MUTEX_DEFAULT, IPL_SCHED);
4396
mutex_spin_enter(&
ctx_lock
);
4398
mutex_spin_exit(&
ctx_lock
);
7457
mutex_spin_enter(&
ctx_lock
);
7464
mutex_spin_exit(&
ctx_lock
);
7481
mutex_spin_enter(&
ctx_lock
);
7493
mutex_spin_exit(&
ctx_lock
);
[
all
...]
Completed in 147 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025