OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if_clone_mtx
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/
if.c
201
static kmutex_t
if_clone_mtx
;
variable in typeref:typename:kmutex_t
332
mutex_init(&
if_clone_mtx
, MUTEX_DEFAULT, IPL_NONE);
1580
KASSERT(mutex_owned(&
if_clone_mtx
));
1607
KASSERT(mutex_owned(&
if_clone_mtx
));
1628
* Releasing ifp here is safe thanks to
if_clone_mtx
.
1668
KASSERT(mutex_owned(&
if_clone_mtx
));
1691
mutex_exit(&
if_clone_mtx
);
1693
mutex_enter(&
if_clone_mtx
);
1721
mutex_enter(&
if_clone_mtx
);
1724
mutex_exit(&
if_clone_mtx
);
[
all
...]
Completed in 34 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025