Searched refs:compval (Results 1 – 3 of 3) sorted by relevance
86 uint32_t compval; /* Comparator */ member253 uint32_t compval, comprate, compnext; in vhpet_adjust_compval() local257 compval = vhpet->timer[n].compval; in vhpet_adjust_compval()271 compnext = compval + ((counter - compval) / comprate + 1) * comprate; in vhpet_adjust_compval()273 vhpet->timer[n].compval = compnext; in vhpet_adjust_compval()351 delta = (vhpet->timer[n].compval - counter) * vhpet->freq_sbt; in vhpet_start_timer()571 old_compval = vhpet->timer[i].compval; in vhpet_mmio_write()585 vhpet->timer[i].compval = val64; in vhpet_mmio_write()591 val64 = vhpet->timer[i].compval; in vhpet_mmio_write()593 vhpet->timer[i].compval = val64; in vhpet_mmio_write()[all …]
4724 uint64_t intval, compval; in zfs_check_settable() local4806 compval = ZIO_COMPRESS_ALGO(intval); in zfs_check_settable()4807 if (compval >= ZIO_COMPRESS_GZIP_1 && in zfs_check_settable()4808 compval <= ZIO_COMPRESS_GZIP_9 && in zfs_check_settable()4814 if (compval == ZIO_COMPRESS_ZLE && in zfs_check_settable()4819 if (compval == ZIO_COMPRESS_LZ4) { in zfs_check_settable()4833 if (compval == ZIO_COMPRESS_ZSTD) { in zfs_check_settable()
4550 uint64_t compval = ZIO_COMPRESS_ALGO(ddsca->ddsca_value); in dsl_dataset_set_compression_check() local4551 spa_feature_t f = zio_compress_to_feature(compval); in dsl_dataset_set_compression_check()4569 uint64_t compval = ZIO_COMPRESS_ALGO(ddsca->ddsca_value); in dsl_dataset_set_compression_sync() local4570 spa_feature_t f = zio_compress_to_feature(compval); in dsl_dataset_set_compression_sync()