Searched refs:_sc (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | if_gif.h | 99 #define GIF_LOCK(_sc) lck_mtx_lock(&(_sc)->gif_lock) argument 100 #define GIF_UNLOCK(_sc) lck_mtx_unlock(&(_sc)->gif_lock) argument 101 #define GIF_LOCK_ASSERT(_sc) LCK_MTX_ASSERT(&(_sc)->gif_lock, \ argument
|
| H A D | if_bridge.c | 258 #define _BRIDGE_LOCK(_sc) lck_mtx_lock(&(_sc)->sc_mtx) argument 259 #define _BRIDGE_UNLOCK(_sc) lck_mtx_unlock(&(_sc)->sc_mtx) argument 260 #define BRIDGE_LOCK_ASSERT_HELD(_sc) \ argument 261 LCK_MTX_ASSERT(&(_sc)->sc_mtx, LCK_MTX_ASSERT_OWNED) 262 #define BRIDGE_LOCK_ASSERT_NOTHELD(_sc) \ argument 263 LCK_MTX_ASSERT(&(_sc)->sc_mtx, LCK_MTX_ASSERT_NOTOWNED) 270 #define BRIDGE_LOCK(_sc) bridge_lock(_sc) argument 271 #define BRIDGE_UNLOCK(_sc) bridge_unlock(_sc) argument 272 #define BRIDGE_LOCK2REF(_sc, _err) _err = bridge_lock2ref(_sc) argument 273 #define BRIDGE_UNREF(_sc) bridge_unref(_sc) argument [all …]
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mbuf.h | 1611 #define MBUF_SC2TC(_sc) (MBUF_SCVAL(_sc) >> 7) argument 1613 #define IS_MBUF_SC_BACKGROUND(_sc) (((_sc) == MBUF_SC_BK_SYS) || \ argument 1614 ((_sc) == MBUF_SC_BK)) 1615 #define IS_MBUF_SC_REALTIME(_sc) ((_sc) >= MBUF_SC_AV && (_sc) <= MBUF_SC_VO) argument 1616 #define IS_MBUF_SC_BESTEFFORT(_sc) ((_sc) == MBUF_SC_BE || \ argument 1617 (_sc) == MBUF_SC_RD || (_sc) == MBUF_SC_OAM)
|
| /xnu-12377.41.6/bsd/net/classq/ |
| H A D | if_classq.h | 264 #define IFCQ_TBR_DEQUEUE_SC(_ifcq, _sc, _p, _idx) do { \ argument 265 ifclassq_tbr_dequeue_sc(_ifcq, _sc, _p, _idx); \
|
| /xnu-12377.41.6/bsd/skywalk/packet/ |
| H A D | os_packet.h | 147 #define PKT_SC2TC(_sc) (PKT_SCVAL(_sc) >> 7) argument
|