Searched refs:marked_point (Results 1 – 2 of 2) sorted by relevance
79 .marked_point = 0130 iocs_store_buffer.marked_point = 0; in io_compression_stats_allocate_compression_buffers()620 if (iocs_store_buffer.marked_point < iocs_store_buffer.current_position) {621 expected_size = iocs_store_buffer.current_position - iocs_store_buffer.marked_point;623 expected_size = IOCS_STORE_BUFFER_SIZE - iocs_store_buffer.marked_point;633 if (iocs_store_buffer.marked_point < iocs_store_buffer.current_position) {634 error = copyout((void *)((uintptr_t)iocs_store_buffer.buffer + iocs_store_buffer.marked_point),636 iocs_store_buffer.current_position - iocs_store_buffer.marked_point);641 ret_len = iocs_store_buffer.current_position - iocs_store_buffer.marked_point;643 error = copyout((void *)((uintptr_t)iocs_store_buffer.buffer + iocs_store_buffer.marked_point),[all …]
53 uint32_t marked_point; member