Searched hist:142971 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/tests/sys/aio/
H A Daio_kqueue_test.c142971 Wed Mar 02 01:32:01 MST 2005 ambrisko Add an AIO & kqueue regression test. It is a good idea to run this
against a disk as the argument. If you don't it will use a temp file.
The raw disk will use the kernel physio fast path method until the
max number of pending op's is reached then it will queue them. File
system op's are always queued. This is more important with LIO since
operation can get split across and accounting of op's is broken with LIO.

Note that this was broken when locking was added to kqueue (ie. 5.3)
My fix needs to be better integrated with FreeBSD.

Next is an LIO test and implementation.

Sponsored by: IronPort

Completed in 102 milliseconds