Home
last modified time | relevance | path

Searched refs:alignment_offset (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsServices.c48 uint32_t alignment_offset = 0; in qatUtilsMemAllocContiguousNUMA() local
69 alignment_offset = (uint64_t)pRet % alignment; in qatUtilsMemAllocContiguousNUMA()
71 alignment_offset = (uint32_t)pRet % alignment; in qatUtilsMemAllocContiguousNUMA()
73 pRet = (char *)pRet + (alignment - alignment_offset); in qatUtilsMemAllocContiguousNUMA()
/freebsd-14.2/sys/dev/virtio/block/
H A Dvirtio_blk.h78 uint8_t alignment_offset; member
H A Dvirtio_blk.c805 blkcfg->topology.alignment_offset * dp->d_sectorsize) % in vtblk_alloc_disk()
1367 topology.alignment_offset, blkcfg); in vtblk_read_config()
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_virtio_block.c123 uint8_t alignment_offset; member
539 sc->vbsc_cfg.vbc_topology.alignment_offset = in pci_vtblk_init()