Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Daio.h116 typedef void aio_handle_fn_t(struct kaiocb *); typedef
149 aio_handle_fn_t *handle_fn; /* (c) backend handle function */
208 void aio_schedule(struct kaiocb *job, aio_handle_fn_t *func);
/f-stack/freebsd/kern/
H A Dvfs_aio.c1747 aio_schedule(struct kaiocb *job, aio_handle_fn_t *func) in aio_schedule()