Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/classq/
H A Dif_classq.h270 #define IFCQ_IS_EMPTY(_ifcq) (IFCQ_LEN(_ifcq) == 0) macro
H A Dclassq_subr.c103 VERIFY(IFCQ_IS_EMPTY(ifq)); in ifclassq_setup()
203 VERIFY(IFCQ_IS_EMPTY(ifq)); in ifclassq_teardown()
/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched.c267 VERIFY(IFCQ_IS_EMPTY(ifq)); in pktsched_teardown()
H A Dpktsched_fq_codel.c1921 VERIFY(IFCQ_IS_EMPTY(ifq)); in fq_if_request()
/xnu-12377.41.6/bsd/netinet/
H A Dip_dummynet.c1037 if (p->ifp && !IFCQ_IS_EMPTY(p->ifp->if_snd)) { in ready_event_wfq()
/xnu-12377.41.6/bsd/net/
H A Ddlil.c2348 !IFCQ_IS_EMPTY(ifq) && in ifnet_start_thread_cont()
2412 ts = ((IFCQ_TBR_IS_ENABLED(ifq) && !IFCQ_IS_EMPTY(ifq)) ? in ifnet_start_thread_cont()