Searched refs:round_offset (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_qpair.c825 uint64_t round_offset; local
828 round_offset = ctrlr->cmb_current_offset;
829 round_offset = (round_offset + (aligned - 1)) & ~(aligned - 1);
831 if (round_offset + length > ctrlr->cmb_size)
834 *offset = round_offset;
835 ctrlr->cmb_current_offset = round_offset + length;

Completed in 63 milliseconds