OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmr_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/iomd/
iomd_clock.c
94
static kmutex_t
tmr_lock
;
variable in typeref:typename:kmutex_t
145
mutex_init(&
tmr_lock
, MUTEX_DEFAULT, IPL_CLOCK);
158
mutex_spin_enter(&
tmr_lock
);
165
mutex_spin_exit(&
tmr_lock
);
326
mutex_spin_enter(&
tmr_lock
);
337
mutex_spin_exit(&
tmr_lock
);
/src/sys/arch/x86/isa/
clock.c
201
static __cpu_simple_lock_t
tmr_lock
= __SIMPLELOCK_UNLOCKED;
variable in typeref:typename:__cpu_simple_lock_t
237
__cpu_simple_lock(&
tmr_lock
);
244
__cpu_simple_unlock(&
tmr_lock
);
369
__cpu_simple_lock(&
tmr_lock
);
376
__cpu_simple_unlock(&
tmr_lock
);
407
__cpu_simple_lock(&
tmr_lock
);
421
__cpu_simple_unlock(&
tmr_lock
);
439
__cpu_simple_lock(&
tmr_lock
);
444
__cpu_simple_unlock(&
tmr_lock
);
Completed in 14 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025