Searched refs:posix_aio_state (Results 1 – 1 of 1) sorted by relevance
502 static PosixAioState *posix_aio_state; variable506 if (posix_aio_state) { in aio_signal_handler()510 ret = write(posix_aio_state->wfd, &byte, sizeof(byte)); in aio_signal_handler()523 pacb = &posix_aio_state->first_aio; in paio_remove()589 acb->next = posix_aio_state->first_aio; in paio_submit()590 posix_aio_state->first_aio = acb; in paio_submit()614 acb->next = posix_aio_state->first_aio; in paio_ioctl()615 posix_aio_state->first_aio = acb; in paio_ioctl()628 if (posix_aio_state) in paio_init()663 posix_aio_state = s; in paio_init()