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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.h106 #define HFCF_LAZY 0x10000000 /* on-demand resource allocation */ macro
H A Dpktsched_hfsc.c516 if (!(cl->cl_flags & HFCF_LAZY))
519 if (cl->cl_sfb != NULL || (cl->cl_flags & HFCF_LAZY))
948 VERIFY(cl->cl_flags & HFCF_LAZY);

Completed in 72 milliseconds