Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dcontent_filter.c414 uint64_t q_end; /* offset of last byte in queue */ member
1032 cfq->q_end = 0; in cfil_queue_init()
1039 uint64_t drained = cfq->q_start - cfq->q_end; in cfil_queue_drain()
1041 cfq->q_end = 0; in cfil_queue_drain()
1063 return cfq->q_end; in cfil_queue_offset_last()
1069 return cfq->q_end - cfq->q_start; in cfil_queue_len()
1085 VERIFY(cfq->q_start <= cfq->q_end); in cfil_queue_verify()
1091 VERIFY((MBUFQ_EMPTY(&cfq->q_mq) && cfq->q_start == cfq->q_end) || in cfil_queue_verify()
1093 cfq->q_start != cfq->q_end)); in cfil_queue_verify()
1122 OS_ANALYZER_SUPPRESS("81031590") if (queuesize != cfq->q_end - cfq->q_start) { in cfil_queue_verify()
[all …]