Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_fsevents.c107 kfs_event **event_queue; member
1100 watcher->event_queue = (kfs_event **)&watcher[1]; in add_watcher()
1214 kfse = watcher->event_queue[watcher->rd]; in remove_watcher()
1215 watcher->event_queue[watcher->rd] = NULL; in remove_watcher()
1298 watcher->event_queue[watcher->wr] = kfse; in watcher_add_event()
1321 kfse = watcher->event_queue[watcher->rd]; in watcher_add_event()
1322 watcher->event_queue[watcher->rd] = NULL; in watcher_add_event()
1690 kfse = watcher->event_queue[watcher->rd]; in fmod_watch()
1730 watcher->event_queue[watcher->rd] = NULL; in fmod_watch()