Searched refs:inotify_fd (Results 1 – 1 of 1) sorted by relevance
45 int inotify_fd; member232 fds[0].fd = events->inotify_fd; in monitor_events()284 events->inotify_fd = inotify_init(); in initialize_memcg_events()285 if (events->inotify_fd < 0) { in initialize_memcg_events()290 events->inotify_wd = inotify_add_watch(events->inotify_fd, in initialize_memcg_events()305 inotify_rm_watch(events->inotify_fd, events->inotify_wd); in cleanup_memcg_events()306 close(events->inotify_fd); in cleanup_memcg_events()