Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddsl_dir.c424 const char *spaname, *next, *nextnext = NULL; in dsl_dir_hold() local
447 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()
/freebsd-12-stable/sys/dev/twe/
Dtwe.c1468 int next, nextnext; in twe_enqueue_aen() local
1478 nextnext = ((sc->twe_aen_head + 2) % TWE_Q_LENGTH); in twe_enqueue_aen()
1481 if (nextnext == sc->twe_aen_tail) in twe_enqueue_aen()