Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dcontent_filter.c995 uint64_t drained = cfq->q_start - cfq->q_end; in cfil_queue_drain() local
1000 return drained; in cfil_queue_drain()
4636 uint64_t drained; in cfil_flush_queues() local
4650 drained = 0; in cfil_flush_queues()
4654 drained += cfil_queue_drain(&entry->cfe_snd.cfe_ctl_q); in cfil_flush_queues()
4655 drained += cfil_queue_drain(&entry->cfe_snd.cfe_pending_q); in cfil_flush_queues()
4657 drained += cfil_queue_drain(&cfil_info->cfi_snd.cfi_inject_q); in cfil_flush_queues()
4659 if (drained) { in cfil_flush_queues()
4676 drained = 0; in cfil_flush_queues()
4680 drained += cfil_queue_drain( in cfil_flush_queues()
[all …]
/xnu-8796.121.2/doc/
H A Dsched_clutch_edge.md51 …s warping bucket over lower priority buckets. Once the warping bucket is drained or the warp windo…