Searched defs:nextblk (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h110 #define nextblk(p, size) ((Dblk) ((char *) (p) + (size))) macro
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h62 struct header *nextblk; member in struct:header
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c119 #define nextblk(p, size) ((Dblk) ((char *)(p) + (size))) macro
556 kmem_free((caddr_t)nextblk(a->block, size),
561 x->block = nextblk(a->block, nbytes);
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c1115 #define nextblk(p, size) ((TREE *)((char *)(p) + (size))) macro
1210 aligned_blk = nextblk(aligned_blk, align);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c541 daddr_t nextblk; local
588 nextblk = bap[indx - 1];
593 if (nextblk < 0 && nextblk != UFS_HOLE) {
594 nextblk = (-bap[indx - 1]) + fs->fs_frag;
596 nextblk = bap[indx - 1] + fs->fs_frag;
600 blkstofrags(fs, fs->fs_maxcontig) != nextblk) {
601 return (nextblk);
610 nextblk += roundup(fs->fs_rotdelay * fs->fs_rps * fs->fs_nsect /
612 return (nextblk);
[all...]
H A Dufs_vnops.c3987 nextblk:
4084 goto nextblk;
6247 daddr32_t *nextblk, *endblk; local
6344 nextblk = dblk + 1;
6355 if ((*dblk + fs->fs_frag) == *nextblk)
6360 nextblk++;
/illumos-gate/usr/src/uts/common/io/
H A Demul64_bsd.c1228 blklist_t *nextblk; local
1233 blk = nextblk) {
1238 nextblk = AVL_NEXT(&tgt->emul64_tgt_data, blk);

Completed in 83 milliseconds