Home
last modified time | relevance | path

Searched refs:compval (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/amd64/vmm/io/
H A Dvhpet.c87 uint32_t compval; /* Comparator */ member
254 uint32_t compval, comprate, compnext; in vhpet_adjust_compval() local
258 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 …]
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c4535 uint64_t intval, compval; in zfs_check_settable() local
4617 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()
H A Ddsl_dataset.c4501 uint64_t compval = ZIO_COMPRESS_ALGO(ddsca->ddsca_value); in dsl_dataset_set_compression_check() local
4502 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() local
4521 spa_feature_t f = zio_compress_to_feature(compval); in dsl_dataset_set_compression_sync()