OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smc_io_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
apple_smcvar.h
51
kmutex_t
smc_io_lock
; /* excludes I/O with the SMC */
member in struct:apple_smc_tag
apple_smc.c
79
mutex_init(&smc->
smc_io_lock
, MUTEX_DEFAULT, IPL_NONE);
101
mutex_destroy(&smc->
smc_io_lock
);
191
KASSERT(mutex_owned(&smc->
smc_io_lock
));
215
KASSERT(mutex_owned(&smc->
smc_io_lock
));
258
KASSERT(mutex_owned(&smc->
smc_io_lock
));
289
mutex_enter(&smc->
smc_io_lock
);
306
out: mutex_exit(&smc->
smc_io_lock
);
319
mutex_enter(&smc->
smc_io_lock
);
336
out: mutex_exit(&smc->
smc_io_lock
);
Completed in 14 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025