Home
last modified time | relevance | path

Searched defs:_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
240 #define IFCQ_LOCK_ASSERT_NOTHELD(_ifcq) \ argument
243 #define IFCQ_LOCK(_ifcq) \ argument
246 #define IFCQ_LOCK_SPIN(_ifcq) \ argument
249 #define IFCQ_CONVERT_LOCK(_ifcq) do { \ argument
254 #define IFCQ_UNLOCK(_ifcq) \ argument
[all …]