Searched refs:TQCF_LAZY (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_tcq.h56 #define TQCF_LAZY 0x10000000 /* on-demand resource allocation */ macro
H A Dpktsched_tcq.c443 if (!(cl->cl_flags & TQCF_LAZY))
446 if (cl->cl_sfb != NULL || (cl->cl_flags & TQCF_LAZY))
654 VERIFY(cl->cl_flags & TQCF_LAZY);
655 cl->cl_flags &= ~TQCF_LAZY;
1206 VERIFY(cl->cl_flags & TQCF_LAZY);

Completed in 22 milliseconds