Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ddevpoll.h73 #define DP_WRITER_PRESENT 0x1 /* a write is in progress */ macro
/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c566 dpep->dpe_flag |= DP_WRITER_PRESENT; in dpwrite()
684 dpep->dpe_flag &= ~DP_WRITER_PRESENT; in dpwrite()
720 while ((dpep->dpe_flag & DP_WRITER_PRESENT) || in dpioctl()