Searched refs:NUM_ENTRIES (Results 1 – 4 of 4) sorted by relevance
79 #define NUM_ENTRIES 50 macro90 union tile_address tile_addrs[NUM_ENTRIES];91 struct softpipe_cached_tile *entries[NUM_ENTRIES];
52 (((x) + (y) * 5 + (l) * 10) % NUM_ENTRIES)
1348 const NUM_ENTRIES: usize = 16; in submit_from_any_thread() constant1352 while *in_flight > NUM_ENTRIES as isize { in submit_from_any_thread()1357 let uring = URingContext::new(NUM_ENTRIES).map(Arc::new).unwrap(); in submit_from_any_thread()1399 let notify_submitters = *in_flight <= NUM_ENTRIES as isize; in submit_from_any_thread()1433 const NUM_ENTRIES: usize = 16; in multi_thread_submit_and_complete() constant1437 while *in_flight > NUM_ENTRIES as isize { in multi_thread_submit_and_complete()1442 let uring = URingContext::new(NUM_ENTRIES).map(Arc::new).unwrap(); in multi_thread_submit_and_complete()1490 let notify_submitters = *in_flight <= NUM_ENTRIES as isize; in multi_thread_submit_and_complete()
234 const NUM_ENTRIES: usize = 256; constant269 ctx: URingContext::new(NUM_ENTRIES).map_err(Error::CreatingContext)?, in new()272 ops: Slab::with_capacity(NUM_ENTRIES), in new()273 registered_sources: Slab::with_capacity(NUM_ENTRIES), in new()