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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c63 uint64_t *zi_lanes; member in struct:inject_handler
612 ASSERT3P(handler->zi_lanes, !=, NULL);
645 * Since the 'zi_lanes' array holds the time at which
651 handler->zi_lanes[handler->zi_next_lane];
685 min_handler->zi_lanes[min_handler->zi_next_lane] = min_target;
822 handler->zi_lanes = kmem_zalloc(
823 sizeof (*handler->zi_lanes) *
827 handler->zi_lanes = NULL;
837 * allocating the handler's zi_lanes array.
933 ASSERT3P(handler->zi_lanes, !
[all...]

Completed in 91 milliseconds