Searched refs:SO_POLLEV_ALWAYS (Results 1 – 4 of 4) sorted by relevance
111 so->so_pollev |= SO_POLLEV_ALWAYS; in socksdp_create()
205 if (so->so_pollev & (SO_POLLEV_IN|SO_POLLEV_ALWAYS)) { in so_notify_data()328 if (so->so_pollev & (SO_POLLEV_IN|SO_POLLEV_ALWAYS)) { in so_notify_newconn()
1297 so->so_pollev = pso->so_pollev & SO_POLLEV_ALWAYS; in socket_init_common()1349 so->so_pollev |= SO_POLLEV_ALWAYS; in socket_init_common()
349 #define SO_POLLEV_ALWAYS 0x2 /* wakeups */ macro