Searched refs:compval (Results 1 – 3 of 3) sorted by relevance
88 uint32_t compval; /* Comparator */ member255 uint32_t compval, comprate, compnext; in vhpet_adjust_compval() local259 compval = vhpet->timer[n].compval; in vhpet_adjust_compval()273 compnext = compval + ((counter - compval) / comprate + 1) * comprate; in vhpet_adjust_compval()275 vhpet->timer[n].compval = compnext; in vhpet_adjust_compval()353 delta = (vhpet->timer[n].compval - counter) * vhpet->freq_sbt; in vhpet_start_timer()573 old_compval = vhpet->timer[i].compval; in vhpet_mmio_write()587 vhpet->timer[i].compval = val64; in vhpet_mmio_write()593 val64 = vhpet->timer[i].compval; in vhpet_mmio_write()595 vhpet->timer[i].compval = val64; in vhpet_mmio_write()[all …]
4872 uint64_t intval, compval; in zfs_check_settable() local4953 compval = ZIO_COMPRESS_ALGO(intval); in zfs_check_settable()4954 if (compval >= ZIO_COMPRESS_GZIP_1 && in zfs_check_settable()4955 compval <= ZIO_COMPRESS_GZIP_9 && in zfs_check_settable()4961 if (compval == ZIO_COMPRESS_ZLE && in zfs_check_settable()4966 if (compval == ZIO_COMPRESS_LZ4) { in zfs_check_settable()4980 if (compval == ZIO_COMPRESS_ZSTD) { in zfs_check_settable()
4665 uint64_t compval = ZIO_COMPRESS_ALGO(ddsca->ddsca_value); in dsl_dataset_set_compression_check() local4666 spa_feature_t f = zio_compress_to_feature(compval); in dsl_dataset_set_compression_check()4684 uint64_t compval = ZIO_COMPRESS_ALGO(ddsca->ddsca_value); in dsl_dataset_set_compression_sync() local4685 spa_feature_t f = zio_compress_to_feature(compval); in dsl_dataset_set_compression_sync()