OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_mcast_lock
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
dwc_gmac_var.h
110
kmutex_t *
sc_mcast_lock
; /* lock for SIOCADD/DELMULTI */
member in struct:dwc_gmac_softc
dwc_gmac.c
45
* IFNET_LOCK ->
sc_mcast_lock
294
sc->
sc_mcast_lock
= mutex_obj_alloc(MUTEX_DEFAULT, IPL_SOFTNET);
897
mutex_enter(sc->
sc_mcast_lock
);
899
mutex_exit(sc->
sc_mcast_lock
);
1005
mutex_enter(sc->
sc_mcast_lock
);
1007
mutex_exit(sc->
sc_mcast_lock
);
1126
mutex_enter(sc->
sc_mcast_lock
);
1137
mutex_exit(sc->
sc_mcast_lock
);
1163
mutex_enter(sc->
sc_mcast_lock
);
1171
mutex_exit(sc->
sc_mcast_lock
);
[
all
...]
/src/sys/dev/cadence/
if_cemacvar.h
76
kmutex_t *
sc_mcast_lock
; /* m: lock for SIOCADD/DELMULTI */
member in struct:cemac_softc
if_cemac.c
45
* IFNET_LOCK ->
sc_mcast_lock
404
mutex_enter(sc->
sc_mcast_lock
);
415
mutex_exit(sc->
sc_mcast_lock
);
608
sc->
sc_mcast_lock
= mutex_obj_alloc(MUTEX_DEFAULT, IPL_SOFTNET);
840
mutex_enter(sc->
sc_mcast_lock
);
844
mutex_exit(sc->
sc_mcast_lock
);
1044
mutex_enter(sc->
sc_mcast_lock
);
1046
mutex_exit(sc->
sc_mcast_lock
);
1093
KASSERT(mutex_owned(sc->
sc_mcast_lock
));
/src/sys/dev/pci/
if_bgevar.h
268
* m
sc_mcast_lock
277
* IFNET_LOCK ->
sc_mcast_lock
384
kmutex_t *
sc_mcast_lock
; /* m: lock for SIOCADD/DELMULTI */
member in struct:bge_softc
if_bge.c
1847
KASSERT(mutex_owned(sc->
sc_mcast_lock
));
3882
sc->
sc_mcast_lock
= mutex_obj_alloc(MUTEX_DEFAULT, IPL_SOFTNET);
4189
if (sc->
sc_mcast_lock
) {
4190
mutex_obj_free(sc->
sc_mcast_lock
);
4191
sc->
sc_mcast_lock
= NULL;
5695
mutex_enter(sc->
sc_mcast_lock
);
5697
mutex_exit(sc->
sc_mcast_lock
);
5789
mutex_enter(sc->
sc_mcast_lock
);
5791
mutex_exit(sc->
sc_mcast_lock
);
5937
mutex_enter(sc->
sc_mcast_lock
);
[
all
...]
Completed in 158 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025