Home
last modified time | relevance | path

Searched defs:kaioinfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_aio.c260 struct kaioinfo { struct
261 struct mtx kaio_mtx; /* the lock to protect this struct */
262 int kaio_flags; /* (a) per process kaio flags */
263 int kaio_active_count; /* (c) number of currently used AIOs */
264 int kaio_count; /* (a) size of AIO queue */
265 int kaio_buffer_count; /* (a) number of bio buffers */
272 struct task kaio_task; /* (*) task to kick aio processes */
273 struct task kaio_sync_task; /* (*) task to schedule fsync jobs */