OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:efi_lock
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/arm/
efi_runtime.c
48
static kmutex_t
efi_lock
;
variable
99
mutex_init(&
efi_lock
, MUTEX_DEFAULT, IPL_HIGH);
128
mutex_enter(&
efi_lock
);
133
mutex_exit(&
efi_lock
);
147
mutex_enter(&
efi_lock
);
152
mutex_exit(&
efi_lock
);
167
mutex_enter(&
efi_lock
);
172
mutex_exit(&
efi_lock
);
186
mutex_enter(&
efi_lock
);
191
mutex_exit(&
efi_lock
);
[
all
...]
Completed in 15 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026