Searched refs:nextnext (Results 1 – 2 of 2) sorted by relevance
470 struct header *nextnext; /* block after next */ in malloc_unlocked() local477 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() local702 if (!TESTBUSY(nextnext = next->nextblk)) { in free_unlocked()705 next = nextnext; in free_unlocked()706 } while (!TESTBUSY(nextnext = next->nextblk)); in free_unlocked()
424 const char *spaname, *next, *nextnext = NULL; in dsl_dir_hold() local447 err = getcomponent(next, buf, &nextnext); in dsl_dir_hold()470 next = nextnext; in dsl_dir_hold()483 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) { in dsl_dir_hold()