Searched refs:ringbuffer_queue (Results 1 – 11 of 11) sorted by relevance
/openbmc/obmc-console/test/ |
H A D | test-ringbuffer-poll-force.c | 29 rc = ringbuffer_queue(rb, in_buf, 4); in test_poll_force() 35 rc = ringbuffer_queue(rb, in_buf + 4, 2); in test_poll_force()
|
H A D | test-ringbuffer-boundary-poll.c | 28 ringbuffer_queue(rb, in_buf, sizeof(in_buf)); in test_boundary_poll() 37 rc = ringbuffer_queue(rb, in_buf, sizeof(in_buf)); in test_boundary_poll()
|
H A D | test-ringbuffer-boundary-read.c | 25 ringbuffer_queue(rb, in_buf, sizeof(in_buf)); in test_boundary_read() 32 rc = ringbuffer_queue(rb, in_buf, sizeof(in_buf)); in test_boundary_read()
|
H A D | test-ringbuffer-read-commit.c | 24 ringbuffer_queue(rb, in_buf, sizeof(in_buf)); in test_read_commit()
|
H A D | test-ringbuffer-contained-read.c | 21 rc = ringbuffer_queue(rb, in_buf, sizeof(in_buf)); in test_contained_read()
|
H A D | test-ringbuffer-simple-poll.c | 24 rc = ringbuffer_queue(rb, in_buf, sizeof(in_buf)); in test_simple_poll()
|
H A D | test-ringbuffer-contained-offset-read.c | 22 rc = ringbuffer_queue(rb, in_buf, sizeof(in_buf)); in test_contained_offset_read()
|
/openbmc/obmc-console/ |
H A D | console-server.h | 231 int ringbuffer_queue(struct ringbuffer *rb, uint8_t *data, size_t len);
|
H A D | ringbuffer.c | 149 int ringbuffer_queue(struct ringbuffer *rb, uint8_t *data, size_t len) in ringbuffer_queue() function
|
H A D | console-mux.c | 249 ringbuffer_queue(console->rb, (uint8_t *)buf, strlen(buf)); in console_print_timestamped()
|
H A D | console-server.c | 991 rc = ringbuffer_queue(server->active->rb, buf, rc); in run_console_iteration()
|