Searched refs:minthresh (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c3153 qidx_t minthresh = txq->ift_size / 8; local
3154 if (in_use > 4*minthresh)
3156 if (in_use > 2*minthresh)
3158 if (in_use > minthresh)
3167 qidx_t minthresh = txq->ift_size / 8; local
3168 if (txq->ift_in_use > 4*minthresh)
3170 if (txq->ift_in_use > 2*minthresh)
3172 if (txq->ift_in_use > minthresh)

Completed in 91 milliseconds