Searched refs:MAX_QUEUE_SIZE (Results 1 – 5 of 5) sorted by relevance
15 const MAX_QUEUE_SIZE: u16 = 256; constant36 ring: [u16; MAX_QUEUE_SIZE as usize],50 ring: [virtq_used_elem; MAX_QUEUE_SIZE as usize],55 let mut q = Queue::new(MAX_QUEUE_SIZE);62 let max_table_size = MAX_QUEUE_SIZE as u64 * size_of::<virtq_desc>() as u64;
167 for (int i = 0; i < AbstractWatchService.Key.MAX_QUEUE_SIZE + 10; i++) { in testOverflow()174 assertThat(events).hasSize(AbstractWatchService.Key.MAX_QUEUE_SIZE + 1); in testOverflow()175 for (int i = 0; i < AbstractWatchService.Key.MAX_QUEUE_SIZE; i++) { in testOverflow()179 WatchEvent<?> lastEvent = events.get(AbstractWatchService.Key.MAX_QUEUE_SIZE); in testOverflow()
199 @VisibleForTesting static final int MAX_QUEUE_SIZE = 256; field in AbstractWatchService.Key213 private final BlockingQueue<WatchEvent<?>> events = new ArrayBlockingQueue<>(MAX_QUEUE_SIZE);
69 private static final int MAX_QUEUE_SIZE = 1024; field in EventFacade294 while (mEventQueue.size() >= MAX_QUEUE_SIZE) { in postEvent()
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...