Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudevadm-wait.c204 static int on_inotify(sd_event_source *s, const struct inotify_event *event, void *userdata) { in on_inotify() function
217 r = sd_event_add_inotify(event, &s, "/run/udev" , IN_CREATE | IN_DELETE, on_inotify, NULL); in setup_inotify()
Dudevd.c1489 static int on_inotify(sd_event_source *s, int fd, uint32_t revents, void *userdata) { in on_inotify() function
2037 …add_io(manager->event, &manager->inotify_event, manager->inotify_fd, EPOLLIN, on_inotify, manager); in main_loop()