Home
last modified time | relevance | path

Searched refs:nextnext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c470 struct header *nextnext; /* block after next */ in malloc_unlocked() local
477 if (!TESTBUSY(nextnext = next->nextblk)) { in malloc_unlocked()
480 next = nextnext; in malloc_unlocked()
481 nextnext = next->nextblk; in malloc_unlocked()
482 } while (!TESTBUSY(nextnext)); in malloc_unlocked()
692 struct header *nextnext; /* block after next */ in free_unlocked() local
702 if (!TESTBUSY(nextnext = next->nextblk)) { in free_unlocked()
705 next = nextnext; in free_unlocked()
706 } while (!TESTBUSY(nextnext = next->nextblk)); in free_unlocked()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c432 const char *spaname, *next, *nextnext = NULL; in dsl_dir_hold() local
455 err = getcomponent(next, buf, &nextnext); in dsl_dir_hold()
478 next = nextnext; in dsl_dir_hold()
491 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) { in dsl_dir_hold()