Searched refs:knotes (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c1539 struct klist knotes; member in struct:fsevent_handle
1773 KNOTE_DETACH(&fseh->knotes, kn);
1783 * --EVFILT_READ knotes are checked no matter what the hint is
1784 * --Other knotes activate based on hint.
1852 KNOTE_ATTACH(&fseh->knotes, kn);
2162 klist_init(&fseh->knotes);
2229 KNOTE(&watcher->fseh->knotes, NOTE_WRITE|NOTE_NONE);

Completed in 19 milliseconds