Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_fsevents.c1480 int32_t num_pending = 0; in watcher_add_event() local
1482 num_pending = watcher->wr - watcher->rd; in watcher_add_event()
1486 num_pending = watcher->wr + watcher->eventq_size - watcher->rd; in watcher_add_event()
1489 …if (num_pending > (watcher->eventq_size * 3 / 4) && !(watcher->flags & WATCHER_APPLE_SYSTEM_SERVIC… in watcher_add_event()
1509 } else if (num_pending > MAX_NUM_PENDING) { in watcher_add_event()