Searched defs:ringbuf (Results 1 – 13 of 13) sorted by relevance
60 auto ringbuf = SharedRingBuffer::Create(8 * 1048576); in ConstructClient() local81 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiOneTenthAllocation() local102 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiOneHundrethAllocation() local123 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiAlmostNoAllocation() local144 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiSample() local165 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiDisabledHeapAllocation() local186 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiDisabledHeapFree() local207 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in BM_ClientApiEnabledHeapFree() local
62 auto ringbuf = SharedRingBuffer::Create(8 * 1048576); in ConstructClient() local92 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in TEST() local114 auto ringbuf = SharedRingBuffer::Attach(base::ScopedFile(dup(g_shmem_fd))); in TEST() local
33 static int write_samples(struct user_ring_buffer *ringbuf, uint32_t num_samples) in write_samples()240 struct user_ring_buffer *ringbuf; in test_user_ringbuf_post_misaligned() local256 struct user_ring_buffer *ringbuf; in test_user_ringbuf_post_producer_wrong_offset() local272 struct user_ring_buffer *ringbuf; in test_user_ringbuf_post_larger_than_ringbuf_sz() local288 struct user_ring_buffer *ringbuf; in test_user_ringbuf_basic() local311 struct user_ring_buffer *ringbuf; in test_user_ringbuf_sample_full_ring_buffer() local336 struct user_ring_buffer *ringbuf; in test_user_ringbuf_post_alignment_autoadjust() local360 struct user_ring_buffer *ringbuf; in test_user_ringbuf_overfill() local378 struct user_ring_buffer *ringbuf; in test_user_ringbuf_discards_properly_ignored() local423 struct user_ring_buffer *ringbuf; in test_user_ringbuf_loop() local[all …]
44 struct ring_buffer *ringbuf = NULL; in test_ringbuf_multi() local
68 struct ring_buffer *ringbuf = NULL; in test_test_ima() local
62 static struct ring_buffer *ringbuf; variable
63 struct ring_buffer *ringbuf = NULL; in test_unpriv_bpf_disabled_positive() local
93 mod ringbuf; module
540 struct ringbuffer *ringbuf = (struct ringbuffer *)open_dev; in write_ringbuffer() local568 struct ringbuffer *ringbuf = (struct ringbuffer *)open_dev; in read_ringbuffer() local717 struct ringbuffer *ringbuf = (struct ringbuffer *)cur; in receive_data() local1043 struct ringbuffer *ringbuf; in dvb_remote_open() local1220 struct ringbuffer *ringbuf = (struct ringbuffer *)open_dev; in dvb_remote_read() local
124 struct ring_buffer *ringbuf; member213 struct ringbuf_custom ringbuf; member
33 struct panvk_desc_ringbuf *ringbuf = &queue->render_desc_ringbuf; in finish_render_desc_ringbuf() local81 struct panvk_desc_ringbuf *ringbuf = &queue->render_desc_ringbuf; in init_render_desc_ringbuf() local
655 struct bpf_ringbuf_map *ringbuf = (struct bpf_ringbuf_map *)&m_ringbuf; in check_ringbuf() local
1224 let ringbuf = builder.build().expect("failed to build"); in test_object_ringbuf_with_closed_map() localVariable