OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mod_lock
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c
328
* There are two other locks in the mix:
mod_lock
and cpu_lock. With respect
333
*
mod_lock
is similar with respect to dtrace_provider_lock in that it must be
343
static kmutex_t
mod_lock
;
variable
9092
mutex_enter(&
mod_lock
);
9108
mutex_exit(&
mod_lock
);
9147
mutex_exit(&
mod_lock
);
9235
mutex_exit(&
mod_lock
);
9573
*
mod_lock
to prevent the list from being modified. Note
9575
* (mod_busy can only be changed with
mod_lock
held.)
9577
mutex_enter(&
mod_lock
);
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026