Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dstream.c774 uint32_t oldrtfu, newrtfu; in dupb() local
792 newrtfu = oldrtfu + (1 << DBLK_RTFU_SHIFT(db_ref)); in dupb()
801 } while (atomic_cas_32(&DBLK_RTFU_WORD(dbp), oldrtfu, newrtfu) != in dupb()