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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c112 uint32_t num_dropped; member in struct:fs_event_watcher
351 int num_dropped = 0; variable
515 num_dropped++;
523 printf("add_fsevent: event queue is full! dropping events (num dropped events: %d; num events outstanding: %d).\n", num_dropped, num_events_outstanding);
743 watcher->num_dropped++;
917 watcher->num_dropped = 0; // XXXdbg - debugging

Completed in 17 milliseconds