Searched refs:compval (Results 1 – 3 of 3) sorted by relevance
87 uint32_t compval; /* Comparator */ member254 uint32_t compval, comprate, compnext; in vhpet_adjust_compval() local258 compval = vhpet->timer[n].compval; in vhpet_adjust_compval()272 compnext = compval + ((counter - compval) / comprate + 1) * comprate; in vhpet_adjust_compval()274 vhpet->timer[n].compval = compnext; in vhpet_adjust_compval()572 old_compval = vhpet->timer[i].compval; in vhpet_mmio_write()586 vhpet->timer[i].compval = val64; in vhpet_mmio_write()592 val64 = vhpet->timer[i].compval; in vhpet_mmio_write()594 vhpet->timer[i].compval = val64; in vhpet_mmio_write()678 data = vhpet->timer[i].compval; in vhpet_mmio_read()[all …]
4535 uint64_t intval, compval; in zfs_check_settable() local4617 compval = ZIO_COMPRESS_ALGO(intval); in zfs_check_settable()4618 if (compval >= ZIO_COMPRESS_GZIP_1 && in zfs_check_settable()4619 compval <= ZIO_COMPRESS_GZIP_9 && in zfs_check_settable()4625 if (compval == ZIO_COMPRESS_ZLE && in zfs_check_settable()4630 if (compval == ZIO_COMPRESS_LZ4) { in zfs_check_settable()4644 if (compval == ZIO_COMPRESS_ZSTD) { in zfs_check_settable()
4501 uint64_t compval = ZIO_COMPRESS_ALGO(ddsca->ddsca_value); in dsl_dataset_set_compression_check() local4502 spa_feature_t f = zio_compress_to_feature(compval); in dsl_dataset_set_compression_check()4520 uint64_t compval = ZIO_COMPRESS_ALGO(ddsca->ddsca_value); in dsl_dataset_set_compression_sync() local4521 spa_feature_t f = zio_compress_to_feature(compval); in dsl_dataset_set_compression_sync()