Searched refs:buffer_bytes (Results 1 – 2 of 2) sorted by relevance
92 int64_t *map_progress, int buffer_bytes, int frag_size, int frame_size) in update_map_progress() argument100 if (info.ptr < 0 || info.ptr >= buffer_bytes) in update_map_progress()112 delta = (info.ptr + buffer_bytes - *map_pointer) % buffer_bytes; in update_map_progress()121 cycles -= cycles % buffer_bytes; in update_map_progress()143 copy_ring(void *dstv, const void *srcv, int buffer_bytes, int offset, in copy_ring() argument154 first = buffer_bytes - offset; in copy_ring()
112 return buffer_offset(port_count) + buffer_bytes(port_count, lane_size); in allocation_size()229 RPC_ATTRS static constexpr uint64_t buffer_bytes(uint32_t port_count, in buffer_bytes() function