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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c50 uint32_t zio_injection_enabled; variable
372 if (zio_injection_enabled == 0)
411 * inject_delay_count is a subset of zio_injection_enabled that
414 * checking zio_injection_enabled like the other functions.
416 IMPLY(inject_delay_count > 0, zio_injection_enabled > 0);
417 IMPLY(zio_injection_enabled == 0, inject_delay_count == 0);
563 * a reference to the spa_t in the process. We increment zio_injection_enabled,
640 atomic_inc_32(&zio_injection_enabled);
735 atomic_dec_32(&zio_injection_enabled);

Completed in 58 milliseconds