Searched refs:socket_dispatch_io (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dsocket.c77 static int socket_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata);
1407 r = sd_event_add_io(UNIT(s)->manager->event, &p->event_source, p->fd, EPOLLIN, socket_dispatch_io, p);
2440 static int socket_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata) { function

Completed in 16 milliseconds