Searched refs:PRCF_LAZY (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.c471 if (!(cl->cl_flags & PRCF_LAZY))
474 if (cl->cl_sfb != NULL || (cl->cl_flags & PRCF_LAZY))
693 VERIFY(cl->cl_flags & PRCF_LAZY);
694 cl->cl_flags &= ~PRCF_LAZY;
1031 qflags | PRCF_LAZY, SCIDX_BK_SYS, &cl0)) != 0)
1035 qflags | PRCF_LAZY, SCIDX_BK, &cl1)) != 0)
1043 qflags | PRCF_LAZY, SCIDX_RD, &cl3)) != 0)
1047 qflags | PRCF_LAZY, SCIDX_OAM, &cl4)) != 0)
1051 qflags | PRCF_LAZY, SCIDX_AV, &cl5)) != 0)
1055 qflags | PRCF_LAZY, SCIDX_R
[all...]
H A Dpktsched_priq.h84 #define PRCF_LAZY 0x10000000 /* on-demand resource allocation */ macro
H A Dpktsched_tcq.c992 qflags | PRCF_LAZY, SCIDX_BK, &cl0)) != 0)
1000 qflags | PRCF_LAZY, SCIDX_VI, &cl2)) != 0)

Completed in 55 milliseconds