Searched defs:zi_lanes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c61 uint64_t *zi_lanes; member in struct:inject_handler
471 ASSERT3P(handler->zi_lanes, !=, NULL);
504 * Since the 'zi_lanes' array holds the time at which
510 handler->zi_lanes[handler->zi_next_lane];
544 min_handler->zi_lanes[min_handler->zi_next_lane] = min_target;
615 handler->zi_lanes = kmem_zalloc(
616 sizeof (*handler->zi_lanes) *
620 handler->zi_lanes = NULL;
630 * allocating the handler's zi_lanes array.
726 ASSERT3P(handler->zi_lanes, !
[all...]

Completed in 44 milliseconds