Searched refs:howmany (Results 126 - 133 of 133) sorted by relevance

123456

/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c3313 size = howmany(cnt, jrecmin) * devbsize;
6237 numblks = howmany(length, fs->fs_bsize);
6239 totblks = howmany(length, fs->fs_fsize);
6250 totblks += blkstofrags(fs, howmany(numblks, NINDIR(fs)));
6254 numblks = howmany(numblks, NINDIR(fs));
/freebsd-10.0-release/crypto/openssh/
H A Dchannels.c2199 nfdset = howmany(n+1, NFDBITS);
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Di915_gem.c1087 npages = howmany(end - start, PAGE_SIZE);
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c149 nh->nh_seqcount += howmany(uio->uio_resid, 16384);
/freebsd-10.0-release/sys/mips/mips/
H A Dpmap.c441 npde = howmany(NKPT, NPDEPG);
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_output.c2291 *(uint16_t *)frm = htole16(howmany(ic->ic_lintval,
/freebsd-10.0-release/sys/nfsserver/
H A Dnfs_serv.c205 nh->nh_seqcount += howmany(uio->uio_resid, 16384);
/freebsd-10.0-release/usr.sbin/route6d/
H A Droute6d.c738 fdmasks = howmany(maxfd + 1, NFDBITS) * sizeof(fd_mask);

Completed in 149 milliseconds

123456