Home
last modified time | relevance | path

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

/rt/
A Dtst-aio64.c113 if (cbp[cnt] != NULL) in do_wait()
126 cbp[cnt] = NULL; in do_wait()
141 struct aiocb64 *cbp[10]; in do_test() local
157 cbp[cnt] = &cbs[cnt]; in do_test()
178 cbp[cnt] = &cbs[cnt]; in do_test()
179 aio_read64 (cbp[cnt]); in do_test()
206 cbp[cnt] = &cbs[cnt]; in do_test()
227 aio_write64 (cbp[--cnt]); in do_test()
249 aio_write64 (cbp[--cnt]); in do_test()
269 cbp[cnt] = &cbs[cnt]; in do_test()
[all …]
A Dtst-aio.c112 if (cbp[cnt] != NULL) in do_wait()
125 cbp[cnt] = NULL; in do_wait()
140 struct aiocb *cbp[10]; in do_test() local
156 cbp[cnt] = &cbs[cnt]; in do_test()
177 cbp[cnt] = &cbs[cnt]; in do_test()
178 aio_read (cbp[cnt]); in do_test()
205 cbp[cnt] = &cbs[cnt]; in do_test()
226 aio_write (cbp[--cnt]); in do_test()
248 aio_write (cbp[--cnt]); in do_test()
268 cbp[cnt] = &cbs[cnt]; in do_test()
[all …]

Completed in 5 milliseconds