Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_fsevents.c1555 int32_t num_pending = 0; in watcher_add_event() local
1557 num_pending = watcher->wr - watcher->rd; in watcher_add_event()
1561 num_pending = watcher->wr + watcher->eventq_size - watcher->rd; in watcher_add_event()
1564 …if (num_pending > (watcher->eventq_size * 3 / 4) && !(watcher->flags & WATCHER_APPLE_SYSTEM_SERVIC… in watcher_add_event()
1584 } else if (num_pending > MAX_NUM_PENDING) { in watcher_add_event()