Home
last modified time | relevance | path

Searched refs:tot (Results 1 – 4 of 4) sorted by relevance

/fs/nfsd/
Dnfssvc.c669 int tot = 0; in nfsd_set_nrthreads() local
682 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()
/fs/xfs/libxfs/
Dxfs_dir2.h120 xfs_extlen_t tot);
126 xfs_extlen_t tot);
129 xfs_extlen_t tot);
/fs/
Dbuffer.c3336 int tot = 0; in recalc_bh_state() local
3342 tot += per_cpu(bh_accounting, i).nr; in recalc_bh_state()
3343 buffer_heads_over_limit = (tot > max_buffer_heads); in recalc_bh_state()
/fs/ocfs2/dlm/
Ddlmrecovery.c144 int tot=0; in dlm_dispatch_work() local
151 tot++; in dlm_dispatch_work()
153 mlog(0, "%s: work thread has %d work items\n", dlm->name, tot); in dlm_dispatch_work()