Unix and Linux Discussions Tagged with kernel |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
10,617 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
4,244 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
6,437 |
UNIX for Beginners Questions & Answers |
|
|
|
30 |
56,450 |
OS X (Apple) |
|
|
|
0 |
15,913 |
News, Links, Events and Announcements |
|
|
|
0 |
7,206 |
Linux |
|
|
|
1 |
9,706 |
AIX |
|
|
|
4 |
11,606 |
Red Hat |
|
|
|
0 |
6,698 |
Red Hat |
|
|
|
0 |
3,797 |
Linux |
|
|
|
1 |
2,721 |
Solaris |
|
|
|
20 |
35,654 |
SCO |
|
|
|
0 |
5,087 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
4,864 |
IP Networking |
|
|
|
3 |
9,343 |
BSD |
|
|
|
1 |
5,834 |
Red Hat |
|
|
|
4 |
2,884 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,995 |
Ubuntu |
|
|
|
4 |
9,354 |
BSD |
|
|
|
4 |
4,188 |
IP Networking |
|
|
|
4 |
4,681 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
3,664 |
Linux |
|
|
|
1 |
311,505 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,926 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
3,908 |
UNIX for Advanced & Expert Users |
|
|
|
8 |
7,668 |
Red Hat |
|
|
|
2 |
3,880 |
Ubuntu |
|
|
|
0 |
2,523 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
11,643 |
UNIX for Dummies Questions & Answers |
|
|
|
24 |
17,958 |
Red Hat |
|
|
|
8 |
9,276 |
Cybersecurity |
|
|
|
4 |
4,901 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,158 |
Programming |
|
|
|
3 |
6,510 |
SCO |
|
|
|
1 |
4,096 |
AIX |
|
|
|
2 |
7,395 |
Linux |
|
|
|
2 |
4,773 |
Solaris |
|
|
|
1 |
5,446 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
8,017 |
Debian |
|
|
|
0 |
5,421 |
Red Hat |
AIO(4) BSD Kernel Interfaces Manual AIO(4)
NAME
aio -- asynchronous I/O
SYNOPSIS
To link into the kernel:
options VFS_AIO
To load as a kernel loadable module:
kldload aio
DESCRIPTION
The aio facility provides system calls for asynchronous I/O. It is available both as a kernel option for static inclusion and as a dynamic
kernel module.
SEE ALSO
aio_cancel(2), aio_error(2), aio_read(2), aio_return(2), aio_suspend(2), aio_waitcomplete(2), aio_write(2), lio_listio(2), config(8),
kldload(8), kldunload(8)
HISTORY
The aio facility appeared as a kernel option in FreeBSD 3.0. The aio kernel module appeared in FreeBSD 5.0.
BSD
October 24, 2002 BSD