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

/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c98 #define AQ_GSZ(q) ((BF_SZ + (q)->end - (q)->beg)%BF_SZ) macro
1278 int size = BF_SZ - 1 - AQ_GSZ (q);
1350 && (AQ_GSZ (q) < BF_SZ - 1)
1366 && (AQ_GSZ (q) < BF_SZ - 1)
1384 && (AQ_GSZ (q) < BF_SZ - 1)
1420 && (AQ_GSZ (q) < BF_SZ - 1)
1987 k = AQ_GSZ(q);

Completed in 105 milliseconds