Searched refs:EV_INOTIFY_HASHSIZE (Results 1 – 3 of 3) sorted by relevance
330 #ifndef EV_INOTIFY_HASHSIZE331 # define EV_INOTIFY_HASHSIZE EV_FEATURE_DATA ? 16 : 1 macro4275 wlist_add (&fs_hash [w->wd & ((EV_INOTIFY_HASHSIZE) - 1)].head, (WL)w); in infy_add()4293 slot = wd & ((EV_INOTIFY_HASHSIZE) - 1); in infy_del()4305 for (slot = 0; slot < (EV_INOTIFY_HASHSIZE); ++slot) in infy_wd()4311 for (w_ = fs_hash [slot & ((EV_INOTIFY_HASHSIZE) - 1)].head; w_; ) in infy_wd()4320 wlist_del (&fs_hash [slot & ((EV_INOTIFY_HASHSIZE) - 1)].head, (WL)w); in infy_wd()4412 for (slot = 0; slot < (EV_INOTIFY_HASHSIZE); ++slot) in infy_fork()
180 VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
4840 =item EV_INOTIFY_HASHSIZE