Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Daio.h125 typedef void aio_handle_fn_t(struct kaiocb *); typedef
159 aio_handle_fn_t *handle_fn; /* (c) backend handle function */
218 void aio_schedule(struct kaiocb *job, aio_handle_fn_t *func);
/freebsd/sys/kern/
H A Dvfs_aio.c1730 aio_schedule(struct kaiocb *job, aio_handle_fn_t *func) in aio_schedule()