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 */ local
477 if (!TESTBUSY(nextnext = next->nextblk)) {
480 next = nextnext;
481 nextnext = next->nextblk;
482 } while (!TESTBUSY(nextnext));
692 struct header *nextnext; /* block after next */ local
702 if (!TESTBUSY(nextnext = next->nextblk)) {
705 next = nextnext;
706 } while (!TESTBUSY(nextnext = next->nextblk));
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c413 const char *spaname, *next, *nextnext = NULL; local
436 err = getcomponent(next, buf, &nextnext);
459 next = nextnext;
472 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) {

Completed in 63 milliseconds