Searched refs:tot (Results 1 – 5 of 5) sorted by relevance
36 int tot = *tf; in count_bits() local44 tot++; in count_bits()46 tot++; in count_bits()48 tot++; in count_bits()50 tot++; in count_bits()52 tot++; in count_bits()54 tot++; in count_bits()56 tot++; in count_bits()58 tot++; in count_bits()61 *tf = tot; in count_bits()
291 int tot = 0; in nfsd_set_nrthreads() local303 tot = 0; in nfsd_set_nrthreads()307 tot += nthreads[i]; in nfsd_set_nrthreads()309 if (tot > NFSD_MAXSERVS) { in nfsd_set_nrthreads()311 for (i = 0; i < n && tot > 0; i++) { in nfsd_set_nrthreads()312 int new = nthreads[i] * NFSD_MAXSERVS / tot; in nfsd_set_nrthreads()313 tot -= (nthreads[i] - new); in nfsd_set_nrthreads()316 for (i = 0; i < n && tot > 0; i++) { in nfsd_set_nrthreads()318 tot--; in nfsd_set_nrthreads()
75 struct xfs_bmap_free *flist, xfs_extlen_t tot);82 struct xfs_bmap_free *flist, xfs_extlen_t tot);86 struct xfs_bmap_free *flist, xfs_extlen_t tot);
163 int tot=0; in dlm_dispatch_work() local170 tot++; in dlm_dispatch_work()172 mlog(0, "%s: work thread has %d work items\n", dlm->name, tot); in dlm_dispatch_work()
3289 int tot = 0; in recalc_bh_state() local3295 tot += per_cpu(bh_accounting, i).nr; in recalc_bh_state()3296 buffer_heads_over_limit = (tot > max_buffer_heads); in recalc_bh_state()