Searched defs:ring_buffer (Results 1 - 4 of 4) sorted by relevance

/external/selinux/policycoreutils/run_init/
H A Dopen_init_pty.c106 struct ring_buffer { struct
114 static void rb_init(struct ring_buffer *b, char *buf, size_t size)
121 static int rb_isempty(struct ring_buffer *b)
127 static size_t rb_space(struct ring_buffer *b)
139 static size_t rb_chunk_size(struct ring_buffer *b)
151 static ssize_t rb_read(struct ring_buffer *b, int fd)
165 static ssize_t rb_write(struct ring_buffer *b, int fd)
220 struct ring_buffer inbuf;
221 struct ring_buffer outbuf;
/external/libmojo/mojo/edk/system/
H A Ddata_pipe_consumer_dispatcher.cc403 scoped_refptr<PlatformSharedBuffer> ring_buffer = local
408 if (!ring_buffer) {
414 new DataPipeConsumerDispatcher(node_controller, port, ring_buffer,
H A Ddata_pipe_producer_dispatcher.cc385 scoped_refptr<PlatformSharedBuffer> ring_buffer = local
390 if (!ring_buffer) {
396 new DataPipeProducerDispatcher(node_controller, port, ring_buffer,
H A Dcore.cc783 scoped_refptr<PlatformSharedBuffer> ring_buffer = local
786 if (!ring_buffer)
798 GetNodeController(), port0, ring_buffer, create_options,
801 GetNodeController(), port1, ring_buffer, create_options,

Completed in 197 milliseconds