Home
last modified time | relevance | path

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

/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/os/
H A Dos0file.cc211 struct os_aio_array_t{ struct
213 os_event_t not_full;
217 os_event_t is_empty;
221 ulint n_slots;/*!< Total number of slots in the aio
224 ulint n_segments;
229 ulint cur_seg;/*!< We reserve IO requests in round
233 ulint n_reserved;
238 HANDLE* handles;
248 io_context_t* aio_ctx;
252 struct io_event* aio_events;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/os/
H A Dos0file.cc211 struct os_aio_array_t{ struct
213 os_event_t not_full;
217 os_event_t is_empty;
221 ulint n_slots;/*!< Total number of slots in the aio
224 ulint n_segments;
229 ulint cur_seg;/*!< We reserve IO requests in round
233 ulint n_reserved;
238 HANDLE* handles;
248 io_context_t* aio_ctx;
252 struct io_event* aio_events;
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/os/
H A Dos0file.cc211 struct os_aio_array_t{ struct
213 os_event_t not_full;
217 os_event_t is_empty;
221 ulint n_slots;/*!< Total number of slots in the aio
224 ulint n_segments;
229 ulint cur_seg;/*!< We reserve IO requests in round
233 ulint n_reserved;
238 HANDLE* handles;
248 io_context_t* aio_ctx;
252 struct io_event* aio_events;
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/innobase/os/
H A Dos0file.cc204 struct os_aio_array_t{ struct
205 os_ib_mutex_t mutex; /*!< the mutex protecting the aio array */
206 os_event_t not_full;
210 os_event_t is_empty;
214 ulint n_slots;/*!< Total number of slots in the aio
217 ulint n_segments;
222 ulint cur_seg;/*!< We reserve IO requests in round
226 ulint n_reserved;
231 HANDLE* handles;
241 io_context_t* aio_ctx;
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/innobase/os/
H A Dos0file.cc198 struct os_aio_array_t{ struct
199 os_ib_mutex_t mutex; /*!< the mutex protecting the aio array */
200 os_event_t not_full;
204 os_event_t is_empty;
208 ulint n_slots;/*!< Total number of slots in the aio
211 ulint n_segments;
216 ulint cur_seg;/*!< We reserve IO requests in round
220 ulint n_reserved;
225 HANDLE* handles;
235 io_context_t* aio_ctx;
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/os/
H A Dos0file.c198 typedef struct os_aio_array_struct os_aio_array_t; typedef