Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dcontent_filter.c997 uint64_t drained = cfq->q_start - cfq->q_end; in cfil_queue_drain() local
1002 return drained; in cfil_queue_drain()
4618 uint64_t drained; in cfil_flush_queues() local
4632 drained = 0; in cfil_flush_queues()
4636 drained += cfil_queue_drain(&entry->cfe_snd.cfe_ctl_q); in cfil_flush_queues()
4637 drained += cfil_queue_drain(&entry->cfe_snd.cfe_pending_q); in cfil_flush_queues()
4639 drained += cfil_queue_drain(&cfil_info->cfi_snd.cfi_inject_q); in cfil_flush_queues()
4641 if (drained) { in cfil_flush_queues()
4658 drained = 0; in cfil_flush_queues()
4662 drained += cfil_queue_drain( in cfil_flush_queues()
[all …]
/xnu-8792.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…