Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.c1032 uint64_t drained = cfq->q_start - cfq->q_end; in cfil_queue_drain() local
1037 return drained; in cfil_queue_drain()
4875 uint64_t drained; in cfil_flush_queues() local
4889 drained = 0; in cfil_flush_queues()
4893 drained += cfil_queue_drain(&entry->cfe_snd.cfe_ctl_q); in cfil_flush_queues()
4894 drained += cfil_queue_drain(&entry->cfe_snd.cfe_pending_q); in cfil_flush_queues()
4896 drained += cfil_queue_drain(&cfil_info->cfi_snd.cfi_inject_q); in cfil_flush_queues()
4898 if (drained) { in cfil_flush_queues()
4915 drained = 0; in cfil_flush_queues()
4919 drained += cfil_queue_drain( in cfil_flush_queues()
[all …]
/xnu-11215.1.10/doc/scheduler/
H A Dsched_clutch_edge.md53 …s warping bucket over lower priority buckets. Once the warping bucket is drained or the warp windo…