Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/chfs/
H A Dchfs_gc.c349 struct chfs_eraseblock_queue *nextqueue; in find_gc_block() local
360 nextqueue = &chmp->chm_erase_pending_queue; in find_gc_block()
363 nextqueue = &chmp->chm_very_dirty_queue; in find_gc_block()
366 nextqueue = &chmp->chm_dirty_queue; in find_gc_block()
369 nextqueue = &chmp->chm_clean_queue; in find_gc_block()
373 nextqueue = &chmp->chm_dirty_queue; in find_gc_block()
377 nextqueue = &chmp->chm_very_dirty_queue; in find_gc_block()
381 nextqueue = &chmp->chm_erase_pending_queue; in find_gc_block()
396 ret = TAILQ_FIRST(nextqueue); in find_gc_block()
403 TAILQ_REMOVE(nextqueue, ret, queue); in find_gc_block()