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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c1149 int32_t num_pending = 0; local
1151 num_pending = watcher->wr - watcher->rd;
1155 num_pending = watcher->wr + watcher->eventq_size - watcher->rd;
1158 if (num_pending > (watcher->eventq_size*3/4) && !(watcher->flags & WATCHER_APPLE_SYSTEM_SERVICE)) {
1178 } else if (num_pending > MAX_NUM_PENDING) {

Completed in 71 milliseconds