Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_stream.c589 uint32_t oldrtfu, newrtfu; in dupb() local
607 newrtfu = oldrtfu + (1 << DBLK_RTFU_SHIFT(db_ref)); in dupb()
616 } while (atomic_cas_32(&DBLK_RTFU_WORD(dbp), oldrtfu, newrtfu) != in dupb()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c772 uint32_t oldrtfu, newrtfu; in dupb() local
790 newrtfu = oldrtfu + (1 << DBLK_RTFU_SHIFT(db_ref)); in dupb()
799 } while (atomic_cas_32(&DBLK_RTFU_WORD(dbp), oldrtfu, newrtfu) != in dupb()