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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptlan.c97 int bucketthresh; /* Send more when this many left */ member in struct:mpt_lan_priv
888 if (atomic_read(&priv->buckets_out) < priv->bucketthresh)
1168 if ((remaining < priv->bucketthresh) &&
1383 priv->bucketthresh = priv->max_buckets_out * 2 / 3;

Completed in 26 milliseconds