Home
last modified time | relevance | path

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

/fs/qnx4/
Dbitmap.c36 int tot = *tf; in count_bits() local
44 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()
/fs/nfsd/
Dnfssvc.c291 int tot = 0; in nfsd_set_nrthreads() local
303 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()
/fs/xfs/
Dxfs_dir2.h75 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);
/fs/ocfs2/dlm/
Ddlmrecovery.c163 int tot=0; in dlm_dispatch_work() local
170 tot++; in dlm_dispatch_work()
172 mlog(0, "%s: work thread has %d work items\n", dlm->name, tot); in dlm_dispatch_work()
/fs/
Dbuffer.c3289 int tot = 0; in recalc_bh_state() local
3295 tot += per_cpu(bh_accounting, i).nr; in recalc_bh_state()
3296 buffer_heads_over_limit = (tot > max_buffer_heads); in recalc_bh_state()