Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_fsevents.c152 kfs_event **event_queue; member
1356 watcher->event_queue = (kfs_event **)&watcher[1]; in add_watcher()
1461 kfse = watcher->event_queue[watcher->rd]; in remove_watcher()
1462 watcher->event_queue[watcher->rd] = NULL; in remove_watcher()
1545 watcher->event_queue[watcher->wr] = kfse; in watcher_add_event()
1568 kfse = watcher->event_queue[watcher->rd]; in watcher_add_event()
1569 watcher->event_queue[watcher->rd] = NULL; in watcher_add_event()
2038 kfse = watcher->event_queue[watcher->rd]; in fmod_watch()
2079 watcher->event_queue[watcher->rd] = NULL; in fmod_watch()