/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | mmp.c | 195 mmp_thread_t *mmp = &spa->spa_mmp; in mmp_init() local 197 mutex_init(&mmp->mmp_thread_lock, NULL, MUTEX_DEFAULT, NULL); in mmp_init() 198 cv_init(&mmp->mmp_thread_cv, NULL, CV_DEFAULT, NULL); in mmp_init() 199 mutex_init(&mmp->mmp_io_lock, NULL, MUTEX_DEFAULT, NULL); in mmp_init() 200 mmp->mmp_kstat_id = 1; in mmp_init() 206 mmp_thread_t *mmp = &spa->spa_mmp; in mmp_fini() local 208 mutex_destroy(&mmp->mmp_thread_lock); in mmp_fini() 209 cv_destroy(&mmp->mmp_thread_cv); in mmp_fini() 210 mutex_destroy(&mmp->mmp_io_lock); in mmp_fini() 214 mmp_thread_enter(mmp_thread_t *mmp, callb_cpr_t *cpr) in mmp_thread_enter() argument [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | pxa910.dtsi | 41 compatible = "mrvl,mmp-intc"; 58 compatible = "mrvl,mmp-timer"; 64 compatible = "mrvl,mmp-timer"; 71 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 81 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 91 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 101 compatible = "marvell,mmp-gpio"; 133 compatible = "mrvl,mmp-twsi"; 145 compatible = "mrvl,mmp-twsi"; 156 compatible = "mrvl,mmp [all...] |
H A D | pxa168.dtsi | 36 compatible = "mrvl,mmp-intc"; 53 compatible = "mrvl,mmp-timer"; 61 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 71 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 81 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 91 compatible = "marvell,mmp-gpio"; 123 compatible = "mrvl,mmp-twsi"; 135 compatible = "mrvl,mmp-twsi"; 146 compatible = "mrvl,mmp-rtc";
|
H A D | mmp2.dtsi | 241 compatible = "marvell,mmp-sspa"; 254 compatible = "marvell,mmp-sspa"; 285 compatible = "mrvl,mmp-timer"; 292 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 302 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 312 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 322 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 372 compatible = "mrvl,mmp-twsi"; 384 compatible = "mrvl,mmp-twsi"; 396 compatible = "mrvl,mmp-twsi"; [all …]
|
H A D | mmp3.dtsi | 352 compatible = "mrvl,mmp-timer"; 359 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 369 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 379 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 389 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 439 compatible = "mrvl,mmp-twsi"; 451 compatible = "mrvl,mmp-twsi"; 463 compatible = "mrvl,mmp-twsi"; 475 compatible = "mrvl,mmp-twsi"; 488 compatible = "mrvl,mmp-twsi"; [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
H A D | mmp_interval.ksh | 30 . $STF_SUITE/tests/functional/mmp/mmp.cfg 31 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | mmp_write_uberblocks.ksh | 32 . $STF_SUITE/tests/functional/mmp/mmp.cfg 33 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | mmp_on_thread.ksh | 34 . $STF_SUITE/tests/functional/mmp/mmp.cfg 35 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | multihost_history.ksh | 37 . $STF_SUITE/tests/functional/mmp/mmp.cfg 38 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | mmp_on_off.ksh | 39 . $STF_SUITE/tests/functional/mmp/mmp.cfg 40 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | mmp_on_uberblocks.ksh | 35 . $STF_SUITE/tests/functional/mmp/mmp.cfg 36 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | mmp_write_distribution.ksh | 32 . $STF_SUITE/tests/functional/mmp/mmp.cfg 33 . $STF_SUITE/tests/functional/mmp/mmp.kshlib 46 log_assert "mmp writes are evenly distributed across leaf vdevs" 81 log_note "mmp min_writes $min_writes max_writes $max_writes" 84 log_fail "mmp writes were not counted correctly" 88 log_fail "mmp writes were not evenly distributed across leaf vdevs" 91 log_pass "mmp writes were evenly distributed across leaf vdevs"
|
H A D | mmp_exported_import.ksh | 35 . $STF_SUITE/tests/functional/mmp/mmp.cfg 36 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | mmp_on_zdb.ksh | 20 . $STF_SUITE/tests/functional/mmp/mmp.cfg 21 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | mmp_active_import.ksh | 37 . $STF_SUITE/tests/functional/mmp/mmp.cfg 38 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | mmp_inactive_import.ksh | 37 . $STF_SUITE/tests/functional/mmp/mmp.cfg 38 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | mmp_reset_interval.ksh | 38 . $STF_SUITE/tests/functional/mmp/mmp.cfg 39 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | mmp_hostid.ksh | 35 . $STF_SUITE/tests/functional/mmp/mmp.cfg 36 . $STF_SUITE/tests/functional/mmp/mmp.kshlib
|
H A D | mmp.cfg | 20 export PREV_UBER="$TEST_BASE_DIR/mmp-uber-prev.txt" 21 export CURR_UBER="$TEST_BASE_DIR/mmp-uber-curr.txt" 32 export MMP_DIR=$TEST_BASE_DIR/mmp
|
H A D | cleanup.ksh | 22 . $STF_SUITE/tests/functional/mmp/mmp.cfg
|
H A D | setup.ksh | 22 . $STF_SUITE/tests/functional/mmp/mmp.cfg
|
/freebsd/sys/dev/qat/qat_hw/qat_200xx/ |
H A D | adf_200xx_hw_data.c | 235 unsigned int dev, mmp; in adf_enable_mmp_error_correction() local 249 for (mmp = 0; mmp < ADF_MAX_MMP; ++mmp) { in adf_enable_mmp_error_correction() 255 ADF_UERRSSMMMP(dev, mmp), in adf_enable_mmp_error_correction() 262 ADF_CERRSSMMMP(dev, mmp), in adf_enable_mmp_error_correction() 266 for (mmp = 0; mmp < ADF_MAX_MMP; ++mmp) { in adf_enable_mmp_error_correction() 272 ADF_UERRSSMMMP(dev, mmp), in adf_enable_mmp_error_correction() 279 ADF_CERRSSMMMP(dev, mmp), in adf_enable_mmp_error_correction()
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-pxa.txt | 6 - compatible : should be "mrvl,mmp-twsi" where mmp is the name of a 21 compatible = "mrvl,mmp-twsi"; 28 compatible = "mrvl,mmp-twsi";
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | mrvl,mmp-timer.txt | 4 - compatible : Should be "mrvl,mmp-timer". 13 compatible = "mrvl,mmp-timer";
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | mrvl-gpio.txt | 6 "marvell,pxa93x-gpio", "marvell,mmp-gpio", 11 gpio1 and gpio_mux. There're only one gpio interrupt in arch-mmp, 27 compatible = "marvell,mmp-gpio";
|