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

/systemd/src/journal/
H A Djournald-server.c1552 static int dispatch_notify_event(sd_event_source *es, int fd, uint32_t revents, void *userdata) { function
1698 r = sd_event_add_io(s->event, &s->notify_event_source, s->notify_fd, EPOLLOUT, dispatch_notify_event, s);

Completed in 14 milliseconds