Searched refs:inotify_fd (Results 1 – 1 of 1) sorted by relevance
47 int inotify_fd; member234 fds[0].fd = events->inotify_fd; in monitor_events()286 events->inotify_fd = inotify_init(); in initialize_memcg_events()287 if (events->inotify_fd < 0) { in initialize_memcg_events()292 events->inotify_wd = inotify_add_watch(events->inotify_fd, in initialize_memcg_events()307 inotify_rm_watch(events->inotify_fd, events->inotify_wd); in cleanup_memcg_events()308 close(events->inotify_fd); in cleanup_memcg_events()