OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gif_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_gif.h
76
kmutex_t
gif_lock
; /* writer lock for gif_var */
member in struct:gif_softc
140
* - gif_softc->
gif_lock
(an adaptive mutex) for writer
148
* - encap_lock => gif_softc->
gif_lock
=> gif_softcs.lock
if_gif.c
388
mutex_init(&sc->
gif_lock
, MUTEX_DEFAULT, IPL_NONE);
440
mutex_destroy(&sc->
gif_lock
);
1095
mutex_enter(&sc->
gif_lock
);
1146
mutex_exit(&sc->
gif_lock
);
1163
mutex_exit(&sc->
gif_lock
);
1198
mutex_enter(&sc->
gif_lock
);
1205
mutex_exit(&sc->
gif_lock
);
1223
mutex_exit(&sc->
gif_lock
);
1251
KASSERT(mutex_owned(&sc->
gif_lock
));
Completed in 90 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025