Searched defs:AIO_HASHSZ (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h45 #define AIO_HASHSZ 8192L /* power of 2 */ macro
46 #define AIO_HASH(cookie) (((uintptr_t)(cookie) >> 3) & (AIO_HASHSZ-1))
132 aio_req_t *aio_hash[AIO_HASHSZ]; /* hash list of requests */

Completed in 58 milliseconds