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

/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas.c1225 int threshold_reply_count = 0; local
1284 threshold_reply_count++;
1305 if (threshold_reply_count >= THRESHOLD_REPLY_COUNT) {
1308 threshold_reply_count = 0;

Completed in 50 milliseconds