Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevcache_impl.h105 #define NVF_F_FLUSHING 0x02 /* in process of being flushed */ macro
/illumos-gate/usr/src/uts/common/os/
H A Ddevcache.c962 ASSERT((nvfd->nvf_flags & NVF_F_FLUSHING) == 0); in nvpflush_one()
988 nvfd->nvf_flags |= NVF_F_FLUSHING; in nvpflush_one()
995 nvfd->nvf_flags &= ~NVF_F_FLUSHING; in nvpflush_one()