Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dsocket.c75 static int socket_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata);
1756 … sd_event_add_io(UNIT(s)->manager->event, &p->event_source, p->fd, EPOLLIN, socket_dispatch_io, p); in socket_watch_fds()
2981 static int socket_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata) { in socket_dispatch_io() function