Home
last modified time | relevance | path

Searched refs:io_n (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c561 uint64_t io_n, io_t; in zfs_fm_recv() local
910 &io_n) != 0) { in zfs_fm_recv()
911 io_n = DEFAULT_IO_N; in zfs_fm_recv()
921 io_n, in zfs_fm_recv()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Dzed_diagnose_multiple.ksh71 log_must zpool set io_n=4 $TESTPOOL $vdev
H A Dzed_io_config.ksh109 log_must zpool set io_n=1 $POOL $VDEV
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dvdev_get.cfg72 io_n
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.cc1256 int io_n = GetVdevProp(VDEV_PROP_IO_N); in ShouldFault() local
1259 if (io_n == -1) in ShouldFault()
1260 io_n = DEFAULT_ZFS_DEGRADE_IO_COUNT; in ShouldFault()
1265 IsIOEvent) > io_n; in ShouldFault()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c739 uint64_t io_n, io_t; in zfs_ereport_start() local
741 io_n = vdev_prop_get_inherited(vd, VDEV_PROP_IO_N); in zfs_ereport_start()
742 if (io_n != vdev_prop_default_numeric(VDEV_PROP_IO_N)) in zfs_ereport_start()
746 io_n, in zfs_ereport_start()