Home
last modified time | relevance | path

Searched defs:_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
241 #define IFCQ_LOCK_ASSERT_NOTHELD(_ifcq) \ argument
244 #define IFCQ_LOCK(_ifcq) \ argument
247 #define IFCQ_LOCK_SPIN(_ifcq) \ argument
250 #define IFCQ_CONVERT_LOCK(_ifcq) do { \ argument
255 #define IFCQ_UNLOCK(_ifcq) \ argument
[all …]