Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.c412 uint64_t q_start; /* offset of first byte in queue */ member
1024 cfq->q_start = 0; in cfil_queue_init()
1032 uint64_t drained = cfq->q_start - cfq->q_end; in cfil_queue_drain()
1033 cfq->q_start = 0; in cfil_queue_drain()
1050 return cfq->q_start; in cfil_queue_offset_first()
1062 return cfq->q_end - cfq->q_start; in cfil_queue_len()
1078 VERIFY(cfq->q_start <= cfq->q_end); in cfil_queue_verify()
1084 VERIFY((MBUFQ_EMPTY(&cfq->q_mq) && cfq->q_start == cfq->q_end) || in cfil_queue_verify()
1086 cfq->q_start != cfq->q_end)); in cfil_queue_verify()
1115 OS_ANALYZER_SUPPRESS("81031590") if (queuesize != cfq->q_end - cfq->q_start) { in cfil_queue_verify()
[all …]