Home
last modified time | relevance | path

Searched refs:GLDM_LOCK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c755 GLDM_LOCK(macinfo, RW_WRITER); in gld_register()
836 GLDM_LOCK(macinfo, RW_WRITER); in gld_unregister()
1000 GLDM_LOCK(macinfo, RW_WRITER); in gld_update_kstat()
1224 GLDM_LOCK(macinfo, RW_WRITER); in gld_update_vlan_kstat()
1501 GLDM_LOCK(macinfo, RW_WRITER); in gld_open()
2217 GLDM_LOCK(macinfo, RW_WRITER); in gld_sched()
2321 GLDM_LOCK(macinfo, RW_READER); in gld_recv_tagged()
3214 GLDM_LOCK(macinfo, RW_WRITER); in gld_fastpath()
3588 GLDM_LOCK(macinfo, RW_WRITER); in gld_notify_ind()
3781 GLDM_LOCK(macinfo, RW_WRITER); in gld_linkstate()
[all …]
H A Dgldutil.c545 GLDM_LOCK(macinfo, RW_WRITER); in gld_fastpath_ether()
1187 GLDM_LOCK(macinfo, RW_WRITER); in gld_fastpath_fddi()
1673 GLDM_LOCK(macinfo, RW_WRITER); in gld_fastpath_tr()
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h406 #define GLDM_LOCK(macinfo, rw) \ macro