Searched refs:tot (Results 1 – 4 of 4) sorted by relevance
669 int tot = 0; in nfsd_set_nrthreads() local682 tot = 0; in nfsd_set_nrthreads()685 tot += nthreads[i]; in nfsd_set_nrthreads()687 if (tot > NFSD_MAXSERVS) { in nfsd_set_nrthreads()689 for (i = 0; i < n && tot > 0; i++) { in nfsd_set_nrthreads()690 int new = nthreads[i] * NFSD_MAXSERVS / tot; in nfsd_set_nrthreads()691 tot -= (nthreads[i] - new); in nfsd_set_nrthreads()694 for (i = 0; i < n && tot > 0; i++) { in nfsd_set_nrthreads()696 tot--; in nfsd_set_nrthreads()
120 xfs_extlen_t tot);126 xfs_extlen_t tot);129 xfs_extlen_t tot);
3336 int tot = 0; in recalc_bh_state() local3342 tot += per_cpu(bh_accounting, i).nr; in recalc_bh_state()3343 buffer_heads_over_limit = (tot > max_buffer_heads); in recalc_bh_state()
144 int tot=0; in dlm_dispatch_work() local151 tot++; in dlm_dispatch_work()153 mlog(0, "%s: work thread has %d work items\n", dlm->name, tot); in dlm_dispatch_work()