Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dpoll_impl.h190 #define T_POLLWAKE 0x02 /* pollwakeup() occurred */ macro
/titanic_44/usr/src/uts/common/io/
H A Ddevpoll.c395 ((pcp->pc_flag & T_POLLWAKE) == 0)) { in dp_pcache_poll()
815 if (pcp->pc_flag & T_POLLWAKE) in dpioctl()
/titanic_44/usr/src/uts/common/syscall/
H A Dpoll.c538 if (pcp->pc_flag & T_POLLWAKE) in poll_common()
933 pcp->pc_flag |= T_POLLWAKE; in pollnotify()
2061 ((pcp->pc_flag & T_POLLWAKE) == 0)) { in pcache_poll()
/titanic_44/usr/src/uts/common/io/ksocket/
H A Dksocket.c823 if (pcp->pc_flag & T_POLLWAKE) in ksocket_spoll()