Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocknotify.c97 int pollev = 0; in so_notify_disconnecting() local
101 (void) i_so_notify_last_tx(so, &pollev, &sigev); in so_notify_disconnecting()
111 if (pollev != 0) in so_notify_disconnecting()
112 pollwakeup(&so->so_poll_list, pollev); in so_notify_disconnecting()
126 int pollev = 0; in so_notify_disconnected() local
131 (void) i_so_notify_last_tx(so, &pollev, &sigev); in so_notify_disconnected()
132 (void) i_so_notify_last_rx(so, &pollev, &sigev); in so_notify_disconnected()
153 pollev = (pollev | POLLHUP) & ~POLLOUT; in so_notify_disconnected()
155 if (pollev != 0) in so_notify_disconnected()
156 pollwakeup(&so->so_poll_list, pollev); in so_notify_disconnected()
[all …]