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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c99 aio_hash_t *_aio_hash; variable
182 if (_aio_hash == NULL) {
184 _aio_hash = (aio_hash_t *)mmap(NULL,
187 if ((void *)_aio_hash == MAP_FAILED) {
188 _aio_hash = NULL;
192 (void) mutex_init(&_aio_hash[i].hash_lock,
2048 hashp = _aio_hash + AIOHASH(resultp);
2074 if (_aio_hash != NULL) {
2075 hashp = _aio_hash + AIOHASH(resultp);
2101 if (_aio_hash !
[all...]

Completed in 63 milliseconds