Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/classq/
H A Dif_classq.h177 #define IFCQ_IS_READY(_ifcq) ((_ifcq)->ifcq_flags & IFCQF_READY) argument
178 #define IFCQ_IS_ENABLED(_ifcq) ((_ifcq)->ifcq_flags & IFCQF_ENABLED) argument
179 #define IFCQ_TBR_IS_ENABLED(_ifcq) ((_ifcq)->ifcq_flags & IFCQF_TBR) argument
180 #define IFCQ_IS_DESTROYED(_ifcq) ((_ifcq)->ifcq_flags & IFCQF_DESTROYED) argument
238 #define IFCQ_LOCK_ASSERT_HELD(_ifcq) \ argument
239 LCK_MTX_ASSERT(&(_ifcq)->ifcq_lock, LCK_MTX_ASSERT_OWNED)
241 #define IFCQ_LOCK_ASSERT_NOTHELD(_ifcq) \ argument
242 LCK_MTX_ASSERT(&(_ifcq)->ifcq_lock, LCK_MTX_ASSERT_NOTOWNED)
244 #define IFCQ_LOCK(_ifcq) \ argument
245 lck_mtx_lock(&(_ifcq)->ifcq_lock)
[all …]