Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/classq/
H A Dif_classq.h172 #define IFCQ_IS_READY(_ifcq) ((_ifcq)->ifcq_flags & IFCQF_READY) argument
173 #define IFCQ_IS_ENABLED(_ifcq) ((_ifcq)->ifcq_flags & IFCQF_ENABLED) argument
174 #define IFCQ_TBR_IS_ENABLED(_ifcq) ((_ifcq)->ifcq_flags & IFCQF_TBR) argument
175 #define IFCQ_IS_DESTROYED(_ifcq) ((_ifcq)->ifcq_flags & IFCQF_DESTROYED) argument
237 #define IFCQ_LOCK_ASSERT_HELD(_ifcq) \ argument
238 LCK_MTX_ASSERT(&(_ifcq)->ifcq_lock, LCK_MTX_ASSERT_OWNED)
240 #define IFCQ_LOCK_ASSERT_NOTHELD(_ifcq) \ argument
241 LCK_MTX_ASSERT(&(_ifcq)->ifcq_lock, LCK_MTX_ASSERT_NOTOWNED)
243 #define IFCQ_LOCK(_ifcq) \ argument
244 lck_mtx_lock(&(_ifcq)->ifcq_lock)
[all …]