Searched refs:get_head (Results 1 – 3 of 3) sorted by relevance
47 int32_t get_head; member62 buf->get_head = buf->get_tail = buf->get_base = value; in ring_buf_internal_reset()198 return buf->get_head == buf->put_tail; in ring_buf_is_empty()256 return buf->put_tail - buf->get_head; in ring_buf_size_get()
85 wrap_size = buf->get_head - base; in ring_buf_get_claim()97 *data = &buf->buffer[buf->get_head - base]; in ring_buf_get_claim()98 buf->get_head += size; in ring_buf_get_claim()107 finish_space = buf->get_head - buf->get_tail; in ring_buf_get_finish()113 buf->get_head = buf->get_tail; in ring_buf_get_finish()
1400 read_info->original_get_head = cached_data->rb.get_head; in lwm2m_read_cached_data()3059 cache_temp->read_info[i].cache_data->rb.get_head = in lwm2m_timeseries_data_rebuild()