Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c1915 aio_req_t *lastrp; in _aio_req_del() local
1925 lastrp = aiowp->work_tail1; in _aio_req_del()
1937 if (lastrp == next) in _aio_req_del()
1938 lastrp = next->req_next; in _aio_req_del()
1946 aiowp->work_head1 = lastrp; in _aio_req_del()
1974 lastrp = next; in _aio_req_del()