Home
last modified time | relevance | path

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

/libev/
H A Dev_wrap.h38 #define fs_hash ((loop)->fs_hash) macro
137 #undef fs_hash
H A Dev_vars.h180 VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
H A Dev.c4275 wlist_add (&fs_hash [w->wd & ((EV_INOTIFY_HASHSIZE) - 1)].head, (WL)w); in infy_add()
4294 wlist_del (&fs_hash [slot].head, (WL)w); in infy_del()
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()
4414 WL w_ = fs_hash [slot].head; in infy_fork()
4415 fs_hash [slot].head = 0; in infy_fork()