Searched refs:fthresh (Results 1 – 1 of 1) sorted by relevance
4363 u_int fthresh; in qsize_to_fthresh() local4365 fthresh = qsize == 0 ? 0 : order_base_2(qsize); in qsize_to_fthresh()4366 if (fthresh > X_CIDXFLUSHTHRESH_128) in qsize_to_fthresh()4367 fthresh = X_CIDXFLUSHTHRESH_128; in qsize_to_fthresh()4369 return (fthresh); in qsize_to_fthresh()