watcher_root 45 src/unix/linux-inotify.c #define CAST(p) ((struct watcher_root*)(p)) watcher_root 56 src/unix/linux-inotify.c RB_GENERATE_STATIC(watcher_root, watcher_list, entry, compare_watchers) watcher_root 113 src/unix/linux-inotify.c return RB_FIND(watcher_root, CAST(&loop->inotify_watchers), &w); watcher_root 209 src/unix/linux-inotify.c RB_INSERT(watcher_root, CAST(&loop->inotify_watchers), w); watcher_root 236 src/unix/linux-inotify.c RB_REMOVE(watcher_root, CAST(&handle->loop->inotify_watchers), w);