Searched defs:kaioinfo (Results 1 – 1 of 1) sorted by relevance
266 struct kaioinfo { struct267 struct mtx kaio_mtx; /* the lock to protect this struct */268 int kaio_flags; /* (a) per process kaio flags */269 int kaio_active_count; /* (c) number of currently used AIOs */270 int kaio_count; /* (a) size of AIO queue */271 int kaio_buffer_count; /* (a) number of bio buffers */278 struct task kaio_task; /* (*) task to kick aio processes */279 struct task kaio_sync_task; /* (*) task to schedule fsync jobs */