Lines Matching refs:slot
4286 int slot; in infy_del() local
4293 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() argument
4303 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()
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()
4394 int slot; in infy_fork() local
4412 for (slot = 0; slot < (EV_INOTIFY_HASHSIZE); ++slot) in infy_fork()
4414 WL w_ = fs_hash [slot].head; in infy_fork()
4415 fs_hash [slot].head = 0; in infy_fork()