Searched refs:lastLog (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/raidframe/
H A Drf_paritylog.c470 RF_ParityLog_t *log, *lastLog; local
516 lastLog = firstLog;
519 while (lastLog->next) {
520 lastLog = lastLog->next;
524 lastLog->next = raidPtr->parityLogPool.parityLogs;

Completed in 210 milliseconds