Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dcontent_filter.c998 uint64_t drained = cfq->q_start - cfq->q_end; in cfil_queue_drain() local
1003 return drained; in cfil_queue_drain()
4516 uint64_t drained; in cfil_flush_queues() local
4530 drained = 0; in cfil_flush_queues()
4534 drained += cfil_queue_drain(&entry->cfe_snd.cfe_ctl_q); in cfil_flush_queues()
4535 drained += cfil_queue_drain(&entry->cfe_snd.cfe_pending_q); in cfil_flush_queues()
4537 drained += cfil_queue_drain(&cfil_info->cfi_snd.cfi_inject_q); in cfil_flush_queues()
4539 if (drained) { in cfil_flush_queues()
4556 drained = 0; in cfil_flush_queues()
4560 drained += cfil_queue_drain( in cfil_flush_queues()
[all …]
/xnu-8020.101.4/doc/
H A Dsched_clutch_edge.md51 …s warping bucket over lower priority buckets. Once the warping bucket is drained or the warp windo…