Searched refs:decile (Results 1 – 1 of 1) sorted by relevance
384 int decile; in update_thread_usage() local389 decile = busy_threads*10/nfsdstats.th_cnt; in update_thread_usage()390 if (decile>0 && decile <= 10) { in update_thread_usage()392 if ( (nfsdstats.th_usage[decile-1] += diff) >= NFSD_USAGE_WRAP) in update_thread_usage()393 nfsdstats.th_usage[decile-1] -= NFSD_USAGE_WRAP; in update_thread_usage()394 if (decile == 10) in update_thread_usage()