Searched refs:compval (Results 1 – 3 of 3) sorted by relevance
91 uint32_t compval; /* Comparator */ member258 uint32_t compval, comprate, compnext; in vhpet_adjust_compval() local262 compval = vhpet->timer[n].compval; in vhpet_adjust_compval()276 compnext = compval + ((counter - compval) / comprate + 1) * comprate; in vhpet_adjust_compval()278 vhpet->timer[n].compval = compnext; in vhpet_adjust_compval()576 old_compval = vhpet->timer[i].compval; in vhpet_mmio_write()590 vhpet->timer[i].compval = val64; in vhpet_mmio_write()596 val64 = vhpet->timer[i].compval; in vhpet_mmio_write()598 vhpet->timer[i].compval = val64; in vhpet_mmio_write()682 data = vhpet->timer[i].compval; in vhpet_mmio_read()[all …]
4376 uint64_t intval, compval; in zfs_check_settable() local4458 compval = ZIO_COMPRESS_ALGO(intval); in zfs_check_settable()4459 if (compval >= ZIO_COMPRESS_GZIP_1 && in zfs_check_settable()4460 compval <= ZIO_COMPRESS_GZIP_9 && in zfs_check_settable()4466 if (compval == ZIO_COMPRESS_ZLE && in zfs_check_settable()4471 if (compval == ZIO_COMPRESS_LZ4) { in zfs_check_settable()4485 if (compval == ZIO_COMPRESS_ZSTD) { in zfs_check_settable()
4536 uint64_t compval = ZIO_COMPRESS_ALGO(ddsca->ddsca_value); in dsl_dataset_set_compression_check() local4537 spa_feature_t f = zio_compress_to_feature(compval); in dsl_dataset_set_compression_check()4555 uint64_t compval = ZIO_COMPRESS_ALGO(ddsca->ddsca_value); in dsl_dataset_set_compression_sync() local4556 spa_feature_t f = zio_compress_to_feature(compval); in dsl_dataset_set_compression_sync()