Home
last modified time | relevance | path

Searched refs:work_head1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c913 aiowp->work_head1 = reqp; in _aio_create_worker()
1600 aiowp->work_head1 = NULL; in _aio_work_done()
1825 aiowp->work_head1->req_next = reqp; in _aio_req_add()
1831 aiowp->work_head1 = reqp; in _aio_req_add()
1874 aiowp->work_head1 = NULL; in _aio_req_get()
1877 if (aiowp->work_head1 == reqp) in _aio_req_get()
1878 aiowp->work_head1 = reqp->req_next; in _aio_req_get()
1945 if (aiowp->work_head1 == next) in _aio_req_del()
1946 aiowp->work_head1 = lastrp; in _aio_req_del()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h235 aio_req_t *work_head1; /* head of work request queue 1 */ member