OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tun_softc_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_tun.c
71
static kmutex_t
tun_softc_lock
;
variable in typeref:typename:kmutex_t
133
mutex_init(&
tun_softc_lock
, MUTEX_DEFAULT, IPL_NONE);
159
mutex_destroy(&
tun_softc_lock
);
174
mutex_enter(&
tun_softc_lock
);
180
mutex_exit(&
tun_softc_lock
);
194
mutex_enter(&
tun_softc_lock
);
200
mutex_exit(&
tun_softc_lock
);
275
mutex_enter(&
tun_softc_lock
);
277
mutex_exit(&
tun_softc_lock
);
315
mutex_enter(&
tun_softc_lock
);
[
all
...]
if_tun.c
71
static kmutex_t
tun_softc_lock
;
variable in typeref:typename:kmutex_t
133
mutex_init(&
tun_softc_lock
, MUTEX_DEFAULT, IPL_NONE);
159
mutex_destroy(&
tun_softc_lock
);
174
mutex_enter(&
tun_softc_lock
);
180
mutex_exit(&
tun_softc_lock
);
194
mutex_enter(&
tun_softc_lock
);
200
mutex_exit(&
tun_softc_lock
);
275
mutex_enter(&
tun_softc_lock
);
277
mutex_exit(&
tun_softc_lock
);
315
mutex_enter(&
tun_softc_lock
);
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025