Searched defs:on_inotify (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudevd.c1123 static int on_inotify(sd_event_source *s, int fd, uint32_t revents, void *userdata) { function
1594 r = sd_event_add_io(manager->event, &manager->inotify_event, manager->fd_inotify, EPOLLIN, on_inotify, manager);

Completed in 15 milliseconds