Searched refs:fthresh (Results 1 – 1 of 1) sorted by relevance
4238 u_int fthresh; in qsize_to_fthresh() local4240 fthresh = qsize == 0 ? 0 : order_base_2(qsize); in qsize_to_fthresh()4241 if (fthresh > X_CIDXFLUSHTHRESH_128) in qsize_to_fthresh()4242 fthresh = X_CIDXFLUSHTHRESH_128; in qsize_to_fthresh()4244 return (fthresh); in qsize_to_fthresh()