Searched refs:NETIO_EVENT_WRITE (Results 1 – 4 of 4) sorted by relevance
154 if (handler->event_types & NETIO_EVENT_WRITE) { in netio_dispatch()242 event_types |= NETIO_EVENT_WRITE; in netio_dispatch()250 else if((handler->event_types&NETIO_EVENT_WRITE)) in netio_dispatch()251 event_types |= NETIO_EVENT_WRITE; in netio_dispatch()
59 NETIO_EVENT_WRITE = 2, enumerator
318 if (event_types & NETIO_EVENT_WRITE) { in parent_handle_child_command()511 |= NETIO_EVENT_WRITE; in parent_handle_reload_command()
5264 nsd->children[i].handler->event_types |= NETIO_EVENT_WRITE; in set_children_stats()