Home
last modified time | relevance | path

Searched refs:minb (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/fs/ufs/
H A Dlufs.c661 lufs_alloc(struct ufsvfs *ufsvfsp, struct fiolog *flp, size_t minb, cred_t *cr) in lufs_alloc() argument
694 fno = contigpref(ufsvfsp, nb + fs->fs_bsize, minb); in lufs_alloc()
738 if (tb < minb) in lufs_alloc()
766 if (tb < minb) { /* Failed to reach minimum log size */ in lufs_alloc()
H A Dufs_alloc.c1953 contigpref(ufsvfs_t *ufsvfsp, size_t nb, size_t minb) in contigpref() argument
1957 daddr_t minblk = lblkno(fs, blkroundup(fs, minb)); in contigpref()
/titanic_44/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3885 int minb = -1; in umem_malloc_print_dist() local
3893 minb = (int)minmalloc; in umem_malloc_print_dist()
3896 nbucks = buckets = maxb - minb + 1; in umem_malloc_print_dist()
3899 for (b = minb; b <= maxb; b++) in umem_malloc_print_dist()
3914 distarray = dist_geometric(buckets, minb, maxb, minbucketsize); in umem_malloc_print_dist()
3916 distarray = dist_linear(buckets, minb, maxb); in umem_malloc_print_dist()