Home
last modified time | relevance | path

Searched refs:EV_INOTIFY_HASHSIZE (Results 1 – 3 of 3) sorted by relevance

/libev/
H A Dev.c330 #ifndef EV_INOTIFY_HASHSIZE
331 # define EV_INOTIFY_HASHSIZE EV_FEATURE_DATA ? 16 : 1 macro
4275 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()
H A Dev_vars.h180 VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
H A Dev.pod4840 =item EV_INOTIFY_HASHSIZE