Searched refs:tot (Results 1 – 5 of 5) sorted by relevance
725 int tot = 0; in nfsd_set_nrthreads() local738 tot = 0; in nfsd_set_nrthreads()741 tot += nthreads[i]; in nfsd_set_nrthreads()743 if (tot > NFSD_MAXSERVS) { in nfsd_set_nrthreads()745 for (i = 0; i < n && tot > 0; i++) { in nfsd_set_nrthreads()746 int new = nthreads[i] * NFSD_MAXSERVS / tot; in nfsd_set_nrthreads()747 tot -= (nthreads[i] - new); in nfsd_set_nrthreads()750 for (i = 0; i < n && tot > 0; i++) { in nfsd_set_nrthreads()752 tot--; in nfsd_set_nrthreads()
43 xfs_extlen_t tot);49 xfs_extlen_t tot);52 xfs_extlen_t tot);
3017 int tot = 0; in recalc_bh_state() local3023 tot += per_cpu(bh_accounting, i).nr; in recalc_bh_state()3024 buffer_heads_over_limit = (tot > max_buffer_heads); in recalc_bh_state()
617 u32 tot = le32_to_cpu(hdr->total); in index_hdr_check() local620 if (!IS_ALIGNED(off, 8) || tot > bytes || end > tot || in index_hdr_check()
135 int tot=0; in dlm_dispatch_work() local142 tot++; in dlm_dispatch_work()144 mlog(0, "%s: work thread has %d work items\n", dlm->name, tot); in dlm_dispatch_work()