Searched refs:slot (Results 1 – 1 of 1) sorted by relevance
4286 int slot; in infy_del() local4293 slot = wd & ((EV_INOTIFY_HASHSIZE) - 1); in infy_del()4294 wlist_del (&fs_hash [slot].head, (WL)w); in infy_del()4301 infy_wd (EV_P_ int slot, int wd, struct inotify_event *ev) in infy_wd() argument4303 if (slot < 0) in infy_wd()4305 for (slot = 0; slot < (EV_INOTIFY_HASHSIZE); ++slot) in infy_wd()4306 infy_wd (EV_A_ slot, wd, ev); in infy_wd()4394 int slot; in infy_fork() local4412 for (slot = 0; slot < (EV_INOTIFY_HASHSIZE); ++slot) in infy_fork()4414 WL w_ = fs_hash [slot].head; in infy_fork()[all …]