Home
last modified time | relevance | path

Searched refs:drained (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/net/
H A Dcontent_filter.c1029 uint64_t drained = cfq->q_start - cfq->q_end; in cfil_queue_drain() local
1034 return drained; in cfil_queue_drain()
4813 uint64_t drained; in cfil_flush_queues() local
4827 drained = 0; in cfil_flush_queues()
4831 drained += cfil_queue_drain(&entry->cfe_snd.cfe_ctl_q); in cfil_flush_queues()
4832 drained += cfil_queue_drain(&entry->cfe_snd.cfe_pending_q); in cfil_flush_queues()
4834 drained += cfil_queue_drain(&cfil_info->cfi_snd.cfi_inject_q); in cfil_flush_queues()
4836 if (drained) { in cfil_flush_queues()
4853 drained = 0; in cfil_flush_queues()
4857 drained += cfil_queue_drain( in cfil_flush_queues()
[all …]
/xnu-10002.41.9/doc/
H A Dsched_clutch_edge.md51 …s warping bucket over lower priority buckets. Once the warping bucket is drained or the warp windo…